$_value
$_value : mixed
Node value
Node Tree class for Zend_Server reflection operations
$_parent : \Zend_Server_Reflection_Node
Parent node (if any)
__construct(mixed $value, \Zend_Server_Reflection_Node $parent = null) : \Zend_Server_Reflection_Node
Constructor
mixed | $value | |
\Zend_Server_Reflection_Node | $parent | Optional |
setParent(\Zend_Server_Reflection_Node $node, boolean $new = false) : void
Set parent node
\Zend_Server_Reflection_Node | $node | |
boolean | $new | Whether or not the child node is newly created and should always be attached |
createChild(mixed $value) : \Zend_Server_Reflection_Node
Create and attach a new child node
mixed | $value |
New child node
attachChild(\Zend_Server_Reflection_Node $node) : void
Attach a child node
\Zend_Server_Reflection_Node | $node |
getParent() : null|\Zend_Server_Reflection_Node
Return the parent node