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()) | |
getDebugActions () | |
getItems () | |
getUser () | |
Fonctions membres protégées | |
populateState ($ordering='a.lft', $direction='asc') | |
getStoreId ($id='') | |
getListQuery () | |
Methods supporting a list of User ACL permissions
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
getDebugActions | ( | ) |
Get a list of the actions.
Références $component, et UsersHelperDebug\getDebugActions().
getItems | ( | ) |
|
protected |
Build an SQL query to load the list data.
Références $component, $db, et $query.
|
protected |
Method to get a store id based on model configuration state.
This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.
string | $id | A prefix for the store id. |
Références $id.
getUser | ( | ) |
|
protected |