class GetAttrNode extends Node

Constants

PROPERTY_CALL

METHOD_CALL

ARRAY_CALL

Properties

$nodes from Node
$attributes from Node

Methods

__construct(Node $node, Node $attribute, ArrayNode $arguments, $type)

Constructor.

__toString()

No description

from Node
compile(Compiler $compiler)

No description

evaluate($functions, $values)

No description

Details

at line line 27
__construct(Node $node, Node $attribute, ArrayNode $arguments, $type)

Constructor.

Parameters

Node $node
Node $attribute
ArrayNode $arguments
$type

in Node at line line 38
__toString()

at line line 35
compile(Compiler $compiler)

Parameters

Compiler $compiler

at line line 67
evaluate($functions, $values)

Parameters

$functions
$values