NameNode
class NameNode extends Node
Свойства
| $nodes | из Node | ||
| $attributes | из Node |
Методы
| __construct($name) Конструктор. | ||
| __toString() | из Node | |
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) |
Подробности
__construct($name)
Конструктор.
Параметры
| $name |
__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/NameNode.html