GetAttrNode

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() from Node
compile(Compiler $compiler)
evaluate($functions, $values)

Details

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

Constructor.

Parameters

Node $node
Node $attribute
ArrayNode $arguments
$type

__toString()

compile(Compiler $compiler)

Parameters

Compiler $compiler

evaluate($functions, $values)

Parameters

$functions
$values

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.html