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 | |
batch ($model=null) | |
save ($key=null, $urlVar=null) | |
login () | |
logout () | |
register () | |
remind () | |
resend () | |
Fonctions membres publiques inherited from UsersController | |
display ($cachable=false, $urlparams=false) | |
display ($cachable=false, $urlparams=false) | |
Fonctions membres publiques inherited from JControllerForm | |
__construct ($config=array()) | |
add () | |
cancel ($key=null) | |
edit ($key=null, $urlVar=null) | |
getModel ($name= '', $prefix= '', $config=array('ignore_request'=> true)) | |
Fonctions membres publiques inherited from JController | |
addViewPath ($path) | |
authorize ($task) | |
authorise ($task) | |
execute ($task) | |
getName () | |
getTask () | |
getTasks () | |
getView ($name= '', $type= '', $prefix= '', $config=array()) | |
redirect () | |
registerDefaultTask ($method) | |
registerTask ($task, $method) | |
unregisterTask ($task) | |
setAccessControl ($section, $value=null) | |
setMessage ($text, $type= 'message') | |
setRedirect ($url, $msg=null, $type=null) | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres protégées | |
allowEdit ($data=array(), $key= 'id') | |
Fonctions membres protégées inherited from UsersController | |
canView ($view) | |
Fonctions membres protégées inherited from JControllerForm | |
allowAdd ($data=array()) | |
allowSave ($data, $key= 'id') | |
getRedirectToItemAppend ($recordId=null, $urlVar= 'id') | |
getRedirectToListAppend () | |
postSaveHook (JModel &$model, $validData=array()) | |
Fonctions membres protégées inherited from JController | |
addPath ($type, $path) | |
checkEditId ($context, $id) | |
createModel ($name, $prefix= '', $config=array()) | |
createView ($name, $prefix= '', $type= '', $config=array()) | |
holdEditId ($context, $id) | |
releaseEditId ($context, $id) | |
setPath ($type, $path) |
Attributs protégés | |
$text_prefix = 'COM_USERS_USER' | |
Attributs protégés inherited from JControllerForm | |
$context | |
$option | |
$view_item | |
$view_list | |
Attributs protégés inherited from JController | |
$_acoSection | |
$_acoSectionValue | |
$basePath | |
$default_view | |
$doTask | |
$message | |
$messageType | |
$methods | |
$name | |
$model_prefix | |
$paths | |
$redirect | |
$task | |
$taskMap | |
Attributs protégés inherited from JObject | |
$_errors = array() |
|
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éimplémentée à partir de JControllerForm.
Références $data, $key, JAccess\check(), et JFactory\getUser().
UsersControllerUser::batch | ( | $model = null | ) |
Method to run batch operations.
object | $model | The model. |
Réimplémentée à partir de JControllerForm.
Références JRoute\_(), JText\_(), JSession\checkToken(), et jexit().
UsersControllerUser::login | ( | ) |
Method to log in a user.
Références $app, $data, $options, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JRequest\getBool(), JRequest\getString(), JRequest\getVar(), jexit(), et JREQUEST_ALLOWRAW.
UsersControllerUser::logout | ( | ) |
Method to log out a user.
Références $app, $return, JRoute\_(), JText\_(), JSession\checkToken(), JFactory\getApplication(), JRequest\getVar(), JURI\isInternal(), et jexit().
UsersControllerUser::register | ( | ) |
Method to register a user.
Références $app, $data, $i, $message, $n, $return, JText\_(), JSession\checkToken(), JFactory\getApplication(), JRequest\getVar(), jexit(), null, et JText\sprintf().
UsersControllerUser::remind | ( | ) |
Method to login a user.
Références $app, $data, $message, $return, $route, JRoute\_(), JText\_(), JSession\checkToken(), elseif, JFactory\getApplication(), UsersHelperRoute\getLoginRoute(), UsersHelperRoute\getRemindRoute(), JRequest\getVar(), jexit(), null, et JText\sprintf().
UsersControllerUser::resend | ( | ) |
Method to login a user.
Références JText\_(), JSession\checkToken(), et jexit().
Overrides parent save method to check the submitted passwords match.
string | $key | The name of the primary key of the URL variable. |
string | $urlVar | The name of the URL variable if different from the primary key (sometimes required to avoid router collisions). |
Réimplémentée à partir de JControllerForm.
Références $data, JRoute\_(), JText\_(), et JRequest\getVar().
|
protected |
Réimplémentée à partir de JControllerForm.