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 statiques | |
static | menus ($clientId=0) |
static | menuItems ($config=array()) |
static | menuItemList ($name, $selected=null, $attribs=null, $config=array()) |
static | ordering (&$row, $id) |
static | linkOptions ($all=false, $unassigned=false, $clientId=0) |
static | treerecurse ($id, $indent, $list, &$children, $maxlevel=9999, $level=0, $type=1) |
Attributs protégés statiques | |
static | $menus = array() |
static | $items = array() |
Utility class working with menu select lists
Displays an HTML select list of menu items.
string | $name | The name of the control. |
string | $selected | The value of the selected option. |
string | $attribs | Attributes for the control. |
array | $config | An array of options for the control [id, published, checkacl, clientid]. |
Références $attribs, $config, $count, $name, $options, $selected, et null.
|
static |
|
static |
|
static |
|
static |
Build the list representing the menu tree
integer | $id | Id of the menu item |
string | $indent | The indentation string |
array | $list | The list to process |
array | &$children | The children of the current item |
integer | $maxlevel | The maximum number of levels in the tree |
integer | $level | The starting level |
int | $type | Set the type of spacer to use. Use 1 for |_ or 0 for - |
|
staticprotected |
|
staticprotected |