From e9d9e5f4bc17f732db5d1e4db47aae17c2e16ff4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 21 Feb 2004 17:28:28 +0000 Subject: [PATCH] added $scope parameter to getModuleAlias --- lam/docs/modules-specification.htm | 41 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/lam/docs/modules-specification.htm b/lam/docs/modules-specification.htm index dce1a986..51162fe7 100644 --- a/lam/docs/modules-specification.htm +++ b/lam/docs/modules-specification.htm @@ -1,8 +1,8 @@ - + Module specification @@ -27,8 +27,8 @@ allowed to call other static functions.

2.1.1. Constructor


- +

2.1.2. get_alias


- +
@@ -64,12 +64,13 @@ Alias names are used for the buttons of the account pages and the module selection of the configuration wizard.
Please take care that your alias name is not too long. It may contain a-z, A-Z, 0-9, -, _ and spaces.
-
+The $scope parameter defines +the account type ("user", "group", "host" at this time).

2.1.3. get_dependencies


-
function get_alias()
+ style="font-weight: bold;">function get_alias($scope)
+

2.1.4. module_ready


- +
false

2.1.5. module_complete


- +

2.1.6. is_base_module


- +

2.1.7. get_ldap_filter


- +


2.1.8. get_profileOptions


- +