Module methods
Gets a configuration value.
key
The configuration key
Returns: The configuration value.
Initializes the module, called automatically when the module is loaded. Contains any specific initialization for the module, and any required loading of modules and classes dependencies.
Returns: A boolean specifying whether the module was initialized ok or failed.
Maps the Actions to which this module must respond. Intended to contain calls to Actions::mapAction()
Last modified 2yr ago