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()) | |
getItems () | |
getTotal () | |
Fonctions membres protégées | |
populateState ($ordering='value', $direction='asc') | |
Modules Component Positions Model
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
getItems | ( | ) |
Method to get an array of data items.
Références $client, $clientId, $direction, $items, $label, $lang, $limit, $ordering, $path, $position, $positions, $query, $state, $template, $type, $value, elseif, ModulesHelper\getTemplates(), items, et null.
getTotal | ( | ) |
Method to get the total number of items.
Références $total.
|
protected |
Method to auto-populate the model state.
Note. 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, $clientId, $direction, $ordering, $params, $state, $template, et $type.