![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de UsersControllerUser:Fonctions membres publiques | |
| batch ($model=null) | |
| login () | |
| logout () | |
| menulogout () | |
| remind () | |
| resend () | |
Fonctions membres publiques hérités de UsersController | |
| display ($cachable=false, $urlparams=false) | |
| display ($cachable=false, $urlparams=false) | |
Fonctions membres protégées | |
| allowEdit ($data=array(), $key='id') | |
| postSaveHook (JModelLegacy $model, $validData=array()) | |
Fonctions membres protégées hérités de UsersController | |
| canView ($view) | |
Attributs protégés | |
| $text_prefix = 'COM_USERS_USER' | |
User controller class.
Registration controller class for Users.
|
protected |
Overrides JControllerForm::allowEdit
Checks that non-Super Admins are not editing Super Admins.
| array | $data | An array of input data. |
| string | $key | The name of the key for the primary key. |
Références $data, $key, et User\authorise().
| batch | ( | $model = null | ) |
Method to run batch operations.
| object | $model | The model. |
| login | ( | ) |
| logout | ( | ) |
| menulogout | ( | ) |
|
protected |
Function that allows child controller access to model data after the data has been saved.
| JModelLegacy | $model | The data model object. |
| array | $validData | The validated data. |
| remind | ( | ) |
Method to request a username reminder.
Références $app, $data, $itemid, $message, $return, $route, UsersHelperRoute\getLoginRoute(), UsersHelperRoute\getRemindRoute(), et null.
| resend | ( | ) |
Method to resend a user.
|
protected |