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=false) | |
display ($cachable=false, $urlparams=false) | |
Fonctions membres protégées | |
canView ($view) | |
Users master display controller.
Base controller class for Users.
|
protected |
Checks whether a user can see this view.
string | $view | The view name. |
Références $view.
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 $document, $user, $view, et getDocument.
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(). |