EntityChainNode
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
at line 25
mixed
toValue()
Converts the node to its PHP value.
at line 36
string
toString()
Converts the node back to its NEON representation.
at line 42
Generator
getIterator()
No description