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 () | |
getModMenuId () | |
& | getModules () |
Fonctions membres protégées | |
getListQuery () | |
populateState ($ordering='a.title', $direction='asc') | |
Menu List Model for Menus.
__construct | ( | $config = array() | ) |
Constructor.
array | $config | An optional associative array of configuration settings. |
Références $config.
getItems | ( | ) |
Overrides the getItems method to attach additional metrics to the list.
Références $db, $item, $items, $menuTypes, et $query.
|
protected |
getModMenuId | ( | ) |
& getModules | ( | ) |
Gets a list of all mod_mainmenu modules and collates them by menutype
|
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 $clientId, $direction, et $ordering.