Tariqa
3.0
|
Public Member Functions | |
__construct ($config) | |
canProcessRequest () | |
getPageContent () | |
onInitialize () | |
getName () | |
getTitle () | |
getDescription () | |
getLink () | |
getBreadCrumb () | |
getHeaders () | |
getDefaultTemplateFile () | |
Static Public Member Functions | |
static | getDefaultFlavour ($translationTable) |
Protected Member Functions | |
getMapXML () |
__construct | ( | $ | config | ) |
Construct the Module object
array | $config | The multidimentionnal array containing the application's configuration |
Reimplemented from tariqa3ModuleSectionManager.
Process all requests (this is the default module)
Reimplemented from mModule.
getBreadCrumb | ( | ) |
Return the items of the current breadcrumb path
Reimplemented from tariqa3Module.
static getDefaultFlavour | ( | $ | translationTable | ) | [static] |
Gets the default flavour for the latest news queries
array | $translationTable | The translation matrix public |
getDescription | ( | ) |
Returns the description of the module (used in html/head/description)
Reimplemented from tariqa3Module.
getHeaders | ( | ) |
getLink | ( | ) |
Returns the url to the current module (used in menus)
Reimplemented from tariqa3Module.
getMapXML | ( | ) | [protected] |
Gets the countries map list protected
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.
onInitialize | ( | ) |