class ConstantNode extends Node
$nodes | from Node | ||
$attributes | from Node |
__construct($value, bool $isIdentifier = false) | ||
__toString() | from Node | |
compile(Compiler $compiler) | ||
evaluate($functions, $values) | ||
toArray() | ||
dump() | from Node | |
dumpString($value) | from Node | |
isHash(array $value) | from Node |
$value | ||
bool | $isIdentifier |
Compiler | $compiler |
$functions | ||
$values |
$value |
array | $value |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/ExpressionLanguage/Node/ConstantNode.html