NodeInterface
in
Interface for Debugs
Provides methods to look at contained value and iterate child nodes in the tree.
Table of Contents
Methods
- getChildren() : array<string|int, NodeInterface>
- Get the child nodes of this node.
- getValue() : mixed
- Get the contained value.
Methods
getChildren()
Get the child nodes of this node.
public
getChildren() : array<string|int, NodeInterface>
Return values
array<string|int, NodeInterface>getValue()
Get the contained value.
public
getValue() : mixed