JTree [WIP]

API Package Subpackage Class Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage Base Class JTree Reference 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.

Methods

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.