Fr3nch13/CakePHP Utilities

ArrayNode
in package
implements NodeInterface

Dump node for Array values.

Table of Contents

Interfaces

NodeInterface
Interface for Debugs

Properties

$items  : array<string|int, ArrayItemNode>

Methods

__construct()  : mixed
Constructor
add()  : void
Add an item
getChildren()  : array<string|int, ArrayItemNode>
Get Item nodes
getValue()  : array<string|int, ArrayItemNode>
Get the contained items

Properties

Methods

__construct()

Constructor

public __construct([array<string|int, ArrayItemNode$items = [] ]) : mixed
Parameters
$items : array<string|int, ArrayItemNode> = []

The items for the array


        
On this page

Search results