Detailed Description
Definition at line 31 of file Node.php.
Constructor & Destructor Documentation
Member Function Documentation
Attach a child node
- Parameters:
-
- Returns:
- void
Definition at line 106 of file Node.php.
Return an array of all child nodes
- Returns:
- array
Definition at line 120 of file Node.php.
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.
- Returns:
- array
Definition at line 175 of file Node.php.
Return the parent node
- Returns:
- null|Zend_Server_Reflection_Node
Definition at line 140 of file Node.php.
Return the node's current value
- Returns:
- mixed
Definition at line 150 of file Node.php.
Does this node have children?
- Returns:
- boolean
Definition at line 130 of file Node.php.
Set parent node
- Parameters:
-
- Returns:
- void
Definition at line 76 of file Node.php.
Set the node value
- Parameters:
-
- Returns:
- void
Definition at line 161 of file Node.php.
Field Documentation
$_parent = null [protected] |
$_value = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Server/Reflection/Node.php