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 | |
getItems () | |
Fonctions membres protégées | |
getListQuery () | |
getStoreId ($id='') | |
populateState ($ordering=null, $direction=null) | |
Attributs protégés | |
$context = 'com_finder.suggestions' | |
Suggestions model class for the Finder package.
getItems | ( | ) |
Method to get an array of data items.
Références $items.
|
protected |
Method to build a database query to load the list data.
Références $db, $groups, $user, et ArrayHelper\toInteger().
|
protected |
Method to get a store id based on model the 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 | An identifier string to generate the store id. [optional] |
Références $id.
Method to auto-populate the model state. Calling getState in this method will result in recursion.
string | $ordering | An optional ordering field. |
string | $direction | An optional direction (asc|desc). |
Références $app, $input, $lang, $params, $user, FinderIndexerHelper\getDefaultLanguage(), et FinderIndexerHelper\getPrimaryLanguage().
|
protected |