W3cubDocs

/CakePHP 4.1

Class ArrayNode

Dump node for Array values.

Namespace: Cake\Error\Debug

Method Summary

Method Detail

__construct() public

__construct(array $items)

Constructor

Parameters

\Cake\Error\Debug\ArrayItemNode[] $items optional

The items for the array

add() public

add(\Cake\Error\Debug\ArrayItemNode $node)

Add an item

Parameters

\Cake\Error\Debug\ArrayItemNode $node

The item to add.

getChildren() public

getChildren()

Get Item nodes

Returns

\Cake\Error\Debug\ArrayItemNode[]

getValue() public

getValue()

Get the contained items

Returns

\Cake\Error\Debug\ArrayItemNode[]

© 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.ArrayNode.html