__construct()
attachChild()
createChild()
getChildren()
getEndPoints()
getParent()
getValue()
hasChildren()
setParent()
setValue()
$children
$parent
$value
Node Tree class for Zend\Server reflection operations
__construct(mixed $value, \Zend\Server\Reflection\Node $parent) : \Zend\Server\Reflection\Node
mixed
attachChild(\Zend\Server\Reflection\Node $node) : void
getChildren() : array
array
getEndPoints() : array
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.
array
getValue() : mixed
mixed
hasChildren() : bool
bool
setParent(\Zend\Server\Reflection\Node $node, bool $new) : void
bool
Whether or not the child node is newly created and should always be attached
setValue(mixed $value) : void
mixed
$children : array
$value : mixed