Tree Node Class.
- Depuis
- 1.5
- Obsolète:
- 3.0
◆ __construct()
◆ addChild()
Add child to this node
If the child already has a parent, the link is unset
- Paramètres
-
JNode | &$child | The child to be added |
- Renvoie
- void
- Depuis
- 1.5
- Obsolète:
- 3.0
◆ getChildren()
Get the children of this node
- Renvoie
- JNode[] The children
- Depuis
- 1.5
- Obsolète:
- 3.0
◆ getParent()
Get the parent of this node
- Renvoie
- JNode|null JNode object with the parent or null for no parent
- Depuis
- 1.5
- Obsolète:
- 3.0
◆ hasChildren()
Test if this node has children
- Renvoie
- boolean True if there are children
- Depuis
- 1.5
- Obsolète:
- 3.0
◆ hasParent()
Test if this node has a parent
- Renvoie
- boolean True if there is a parent
- Depuis
- 1.6
- Obsolète:
- 3.0
Références null.
◆ setParent()
Set the parent of a this node
If the node already has a parent, the link is unset
- Paramètres
-
JNode | null | &$parent | The JNode for parent to be set or null |
- Renvoie
- void
- Depuis
- 1.5
- Obsolète:
- 3.0
Références $hash, et null.
◆ $_children
◆ $_parent
La documentation de cette classe a été générée à partir du fichier suivant :