Interface NodeInterface
Interface for Debugs
Provides methods to look at contained value and iterate child nodes in the tree.
Namespace: Cake\Error\Debug
Method Summary
-
getChildren() public
Get the child nodes of this node.
-
getValue() public
Get the contained value.