On this page
Class ArrayItemNode
Dump node for Array Items.
Namespace: Cake\Error\Debug
Method Summary
__construct() public
Constructor
getChildren() public
Get the child nodes of this node.
getKey() public
Get the key
getValue() public
Get the value
Method Detail
__construct() public
__construct(Cake\Error\Debug\NodeInterface $key, Cake\Error\Debug\NodeInterface $value)
Constructor
Parameters
Cake\Error\Debug\NodeInterface
$key-
The node for the item key
Cake\Error\Debug\NodeInterface
$value-
The node for the array value
getChildren() public
getChildren(): arrayCake\Error\Debug\NodeInterface>
Get the child nodes of this node.
Returns
arrayCake\Error\Debug\NodeInterface>
getKey() public
getKey(): Cake\Error\Debug\NodeInterface
Get the key
Returns
Cake\Error\Debug\NodeInterface
getValue() public
getValue(): Cake\Error\Debug\NodeInterface
Get the value
Returns
Cake\Error\Debug\NodeInterface
© 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.4/class-Cake.Error.Debug.ArrayItemNode.html