diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index 2e37266d..77f5e0f3 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam) - Copyright (C) 2003 - 2006 Roland Gruber + Copyright (C) 2003 - 2008 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -316,6 +316,17 @@ abstract class baseModule { *

* * + *
  • {@link get_help()}
    + *
    + * Key: help
    + * Value: hashtable of help entries
    + *
    + * The hashtable is an array which maps help IDs to help entries.
    + *
    + * Example: 'help' => array('myEntry' => array('Headline' => 'This is the head line', 'Text' => 'Help content')) + *

    + *
  • + * *
  • {@link getSelfServiceSearchAttributes()}
    *
    * Key: selfServiceSearchAttributes
    @@ -691,7 +702,8 @@ abstract class baseModule { /** * Returns an array containing all input columns for the file upload. * - * Syntax: + * Syntax: + *
    *
    array( *
    string: name, // fixed non-translated name which is used as column name (should be of format: _) *
    string: description, // short descriptive name