| API | Package | Subpackage | Class | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
Base |
JTree |
JTree |
Never | Work in Progress |
Abstract Tree Node Class.
This class creates and manages hierarchical structures (trees) similar to the HTML or XML DOM using the JNode class. The Joomla! menu modules are typical tree structures inherited from JTree.
| Method | Description |
|---|---|
__construct | Class constructor, overridden in descendant classes. |
addChild | Adds a new child node object to the current object. |
getParent | Returns the parent node of the current object. |
reset | Resets the current node to the root node. |