Tariqa
3.0
|
Public Member Functions | |
__construct ($config) | |
canProcessRequest () | |
getName () | |
getTitle () | |
getDescription () | |
getLink () | |
getBreadCrumb () | |
getPageContent () |
__construct | ( | $ | config | ) |
Construct the Module object
array | $config | The multidimentionnal array containing the application's configuration |
Reimplemented from mModule.
Process all requests (this is the default module)
Reimplemented from mModule.
getBreadCrumb | ( | ) |
Return the items of the current breadcrumb path
Reimplemented from tariqa3Module.
getDescription | ( | ) |
Returns the description of the module (used in html/head/description)
Reimplemented from tariqa3Module.
getLink | ( | ) |
Returns the url to the current module (used in menus)
Reimplemented from tariqa3Module.
getName | ( | ) |
Returns the short name of the module (used by menus)
Reimplemented from tariqa3Module.
getPageContent | ( | ) |
Render the module's page (will be embedded in general layout)
Reimplemented from tariqa3Module.
getTitle | ( | ) |
Returns the title of the module (used in html/head/title)
Reimplemented from tariqa3Module.