final class ArrayItemNode extends Node

internal  
 

Properties

$key
$value

Methods

static array
itemsToArray(array $items)

No description

static string
itemsToInlineString(array $items)

No description

static string
itemsToBlockString(array $items)

No description

mixed
toValue()

Use itemsToArray() on the parent array node instead.

string
toString()

Use itemsToBlockString() or itemsToInlineString() instead.

getIterator()

No description

Details

at line 25
static array itemsToArray(array $items)

No description

Parameters

array $items

Return Value

array

at line 41
static string itemsToInlineString(array $items)

No description

Parameters

array $items

Return Value

string

at line 55
static string itemsToBlockString(array $items)

No description

Parameters

array $items

Return Value

string

at line 71
mixed toValue()

Use itemsToArray() on the parent array node instead.

Return Value

mixed

at line 78
string toString()

Use itemsToBlockString() or itemsToInlineString() instead.

Return Value

string

at line 84
Generator getIterator()

No description

Return Value

Generator