pTreeNode - Generic Node for Tree Implementation
This class provides a Tree Node definition for generic tree data structure implementation
Located in /class.pTree.php (line 28)
pTreeNode | --pTree
Inherited from pTreeNode
pTreeNode::$childNodes
pTreeNode::$comment
pTreeNode::$depth
pTreeNode::$name
pTreeNode::$parentNode
pTreeNode::$value
Constructor - Generates a Tree Data Structure
Add - Insert OR Update Tree Node with Value
Comment - Insert a Tree Node Comment
Get - Retrieves Node Value
Get Child - Retrieve a Child Node of Tree
Get Last Name - Retrieves the basename of a given Node Path
Get Root - Retrieve Root Node
Has Childs - Checks if a Tree Node has Childs or not
Has Value - Checks if a Tree Node has Value or not
Is Root - Checks if a given Tree Node is the Root of Tree
Remove - Remove Tree Node and All Sub-Childs
To String - Creates a Human readable output of Tree Node
Inherited From pTreeNode
pTreeNode::__construct()
pTreeNode::addChild()
pTreeNode::addComment()
pTreeNode::fromString()
pTreeNode::getAllChilds()
pTreeNode::getChildNode()
pTreeNode::getDepth()
pTreeNode::getName()
pTreeNode::getParent()
pTreeNode::getValue()
pTreeNode::parseValue()
pTreeNode::removeAllChilds()
pTreeNode::removeChild()
pTreeNode::setValue()
pTreeNode::toString()
pTreeNode::__destruct()
Documentation generated on Sun, 20 Feb 2005 23:03:05 -0300 by phpDocumentor 1.3.0RC3