final class EntityNode extends Node

internal  
 

Methods

__construct(Node $value, array $attributes = [])

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 17
__construct(Node $value, array $attributes = [])

No description

Parameters

Node $value
array $attributes

at line 25
mixed toValue()

Converts the node to its PHP value.

Return Value

mixed

at line 34
string toString()

Converts the node back to its NEON representation.

Return Value

string

at line 43
Generator getIterator()

No description

Return Value

Generator