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()) | |
Fonctions membres protégées | |
getListQuery () | |
getStoreId ($id='') | |
populateState ($ordering='a.title', $direction='asc') | |
Filters model class for Finder.
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An associative array of configuration settings. [optional] |
Références $config.
|
protected |
|
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. [optional] |
Références $id.
|
protected |
Method to auto-populate the model state. Calling getState in this method will result in recursion.
string | $ordering | An optional ordering field. [optional] |
string | $direction | An optional direction. [optional] |
Références $direction, $ordering, et $params.