A Node for MenuTree
- Voir également
- Tree
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
◆ __construct()
◆ addChild()
◆ get()
Get an attribute value
- Paramètres
-
string | $name | The attribute name |
- Renvoie
- mixed
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
Références $name, et null.
◆ getChildren()
◆ getLevel()
Find the current node depth in the tree hierarchy
- Renvoie
- integer The node level in the hierarchy, where ROOT == 0, First level menu item == 1, and so on.
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
◆ getParam()
Get the param value from the node params
- Paramètres
-
- Renvoie
- mixed
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
Références $key, et null.
◆ getParent()
Get the parent of this node
- Renvoie
- Node The Node object's parent or null for no parent
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
◆ hasChildren()
◆ hasParent()
Test if this node has a parent
- Renvoie
- boolean True if there is a parent
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
Références parent.
◆ isRoot()
Check whether the object instance node is the root node
- Renvoie
- boolean
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
◆ removeChild()
removeChild |
( |
Node |
$child | ) |
|
◆ setActive()
Set the active state on or off
- Paramètres
-
bool | $active | The new active state |
- Renvoie
- void
- Depuis
- 3.8.0
- Obsolète:
- 4.0 Use Joomla
Références $active.
◆ setParams()
◆ $active
◆ $children
◆ $class
◆ $id
◆ $params
◆ $parent
La documentation de cette classe a été générée à partir du fichier suivant :