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 | |
__construct ($config=array()) | |
getModel ($name='User', $prefix='UsersModel', $config=array('ignore_request'=> true)) | |
changeBlock () | |
activate () | |
Attributs protégés | |
$text_prefix = 'COM_USERS_USERS' | |
Users list controller class.
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
activate | ( | ) |
changeBlock | ( | ) |
Method to change the block status on a record.
Références $task, $value, elseif, ArrayHelper\getValue(), et JError\raiseWarning().
getModel | ( | $name = 'User' , |
|
$prefix = 'UsersModel' , |
|||
$config = array('ignore_request' => true) |
|||
) |
|
protected |