ConstantNode
class ConstantNode extends Node
Свойства
| $nodes | из Node | ||
| $attributes | из Node |
Методы
| __construct($value, $isIdentifier = false) Конструктор. | ||
| __toString() | из Node | |
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) | ||
| toArray() | ||
| dump() | из Node |
Подробности
__construct($value, $isIdentifier = false)
Конструктор.
Параметры
| $value | ||
| $isIdentifier |
__toString()
compile(Compiler $compiler)
Параметры
| Compiler | $compiler |
evaluate($functions, $values)
Параметры
| $functions | ||
| $values |
toArray()
dump()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/ExpressionLanguage/Node/ConstantNode.html