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
Method Detail
getChildren() public
getChildren()
Get the child nodes of this node.
Returns
\Cake\Error\Debug\NodeInterface[]
getValue() public
getValue()
Get the contained value.
Returns
mixed
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/interface-Cake.Error.Debug.NodeInterface.html