final class EntityChainNode extends Node

internal  
 

Methods

__construct(array $chain = [])

No description

mixed
toValue()

Converts the node to its PHP value.

string
toString()

Converts the node back to its NEON representation.

getIterator()

No description

Details

at line 18
__construct(array $chain = [])

No description

Parameters

array $chain

at line 25
mixed toValue()

Converts the node to its PHP value.

Return Value

mixed

at line 36
string toString()

Converts the node back to its NEON representation.

Return Value

string

at line 42
Generator getIterator()

No description

Return Value

Generator