lib/modules/generalInformation.inc
Properties
Description
Shows general information like the creation time of an account.Classes
generalInformation
Description
Shows general information like the creation time of an account.It implements the complete module interface and uses meta-data provided by the account modules for its functions.
Location and naming of modules
All LAM modules are placed in lib/modules/ and are named "
You can avoid to override many functions by using {@link get_metaData()}.
All module classes should extend the baseModule class.
Methods
display_html_attributes, get_metaData, process_attributes,display_html_attributes( ) : \htmlElement
Description
Returns the HTML meta data for the main account page.Return value
Type | Description |
---|---|
\htmlElement | HTML meta data |