W3cubDocs

/CakePHP 4.1

Class ArrayItemNode

Dump node for Array Items.

Namespace: Cake\Error\Debug

Method Summary

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()

Get the child nodes of this node.

Returns

\Cake\Error\Debug\NodeInterface[]

getKey() public

getKey()

Get the key

Returns

\Cake\Error\Debug\NodeInterface

getValue() public

getValue()

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.1/class-Cake.Error.Debug.ArrayItemNode.html