Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
display ($cachable=false, $urlparams=false) | |
checkin () |
Fonctions membres protégées | |
addSubmenu ($vName) |
|
protected |
Configure the Linkbar.
string | The name of the active view. |
Références JText\_(), et JSubMenuHelper\addEntry().
CheckinController::checkin | ( | ) |
Références JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), JText\plural(), et JError\raiseWarning().
Typical view method for MVC based architecture
This function is provide as a default implementation, in most cases you will need to override it in your own controllers.
boolean | $cachable | If true, the view output will be cached |
array | $urlparams | An array of safe url parameters and their variable types, for valid values see JFilterInput::clean(). |
Réimplémentée à partir de JController.
Références JRequest\getWord().