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 | |
__construct ($config=array()) | |
getModel ($name= 'User', $prefix= 'UsersModel', $config=array('ignore_request'=> true)) | |
changeBlock () | |
activate () | |
Fonctions membres publiques inherited from JControllerAdmin | |
delete () | |
display ($cachable=false, $urlparams=false) | |
publish () | |
reorder () | |
saveorder () | |
checkin () | |
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 () |
Attributs protégés | |
$text_prefix = 'COM_USERS_USERS' | |
Attributs protégés inherited from JControllerAdmin | |
$option | |
$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() |
UsersControllerUsers::__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Réimplémentée à partir de JControllerAdmin.
Références $config.
UsersControllerUsers::activate | ( | ) |
Method to activate a record.
Références JText\_(), JSession\checkToken(), JRequest\getVar(), jexit(), JText\plural(), et JError\raiseWarning().
UsersControllerUsers::changeBlock | ( | ) |
Method to change the block status on a record.
Références $task, JText\_(), JSession\checkToken(), elseif, JArrayHelper\getValue(), JRequest\getVar(), jexit(), JText\plural(), et JError\raiseWarning().
UsersControllerUsers::getModel | ( | $name = 'User' , |
|
$prefix = 'UsersModel' , |
|||
$config = array('ignore_request' => true) |
|||
) |
Proxy for getModel.
string | $name | The model name. Optional. |
string | $prefix | The class prefix. Optional. |
array | $config | Configuration array for model. Optional. |
Réimplémentée à partir de JController.
|
protected |
Réimplémentée à partir de JControllerAdmin.