Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 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' | |
Base controller class for Finder.
Finder Component Controller.
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éférences $input, FinderHelperLanguage\loadPluginLanguage(), et null.
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éférences $layout, $view, JPATH_ADMINISTRATOR, null, et JLoader\register().
|
protected |