Zend_Server_Reflection_NodeNode Tree class for Zend_Server reflection operations
Located in /Zend/Server/Reflection/Node.php (line 31)
Zend_Server_Reflection_Node
__construct
(mixed $value, [Zend_Server_Reflection_Node $parent = null])
array
$_children
= array() (line 43)
Array of child nodes (if any)
Zend_Server_Reflection_Node
$_parent
= null (line 49)
Parent node (if any)
mixed
$_value
= null (line 37)
Node value
Constructor __construct (line 58)
Constructor
attachChild (line 106)
Attach a child node
createChild (line 93)
Create and attach a new child node
getChildren (line 120)
Return an array of all child nodes
getEndPoints (line 175)
Retrieve the bottommost nodes of this node's tree
Retrieves the bottommost nodes of the tree by recursively calling getEndPoints() on all children. If a child is null, it returns the parent as an end point.
getValue (line 150)
Return the node's current value
hasChildren (line 130)
Does this node have children?
setParent (line 76)
Set parent node
setValue (line 161)
Set the node value
Documentation generated on Wed, 21 Feb 2007 11:55:18 -0800 by phpDocumentor 1.3.1