GetAttrNode
class GetAttrNode extends Node
Постоянные значения
| PROPERTY_CALL | |
| METHOD_CALL | |
| ARRAY_CALL |
Свойства
| $nodes | from Node | ||
| $attributes | from Node |
Методы
| __construct(Node $node, Node $attribute, ArrayNode $arguments, $type) Конструктор. | ||
| __toString() | from Node | |
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) |
Подробности
__construct(Node $node, Node $attribute, ArrayNode $arguments, $type)
Конструктор.
Параметры
| Node | $node | |
| Node | $attribute | |
| ArrayNode | $arguments | |
| $type |
__toString()
compile(Compiler $compiler)
Параметры
| Compiler | $compiler |
evaluate($functions, $values)
Параметры
| $functions | ||
| $values |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.html