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=array()) | |
display ($cachable=false, $urlparams=array()) |
Attributs protégés | |
$default_view = 'index' |
FinderController::display | ( | $cachable = false , |
|
$urlparams = array() |
|||
) |
Method to display a view.
boolean | $cachable | If true, the view output will be cached. [optional] |
array | $urlparams | An array of safe url parameters and their variable types, for valid values see JFilterInput::clean(). [optional] |
Réimplémentée à partir de JController.
Références JFactory\getApplication(), et FinderHelperLanguage\loadPluginLanguage().
FinderController::display | ( | $cachable = false , |
|
$urlparams = array() |
|||
) |
Method to display a view.
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 $id, $layout, $view, JRoute\_(), FinderHelper\addSubmenu(), JFactory\getApplication(), null, et JText\sprintf().
|
protected |
Réimplémentée à partir de JController.