ConstantNode
class ConstantNode extends Node
Properties
| $nodes | from Node | ||
| $attributes | from Node |
Methods
| __construct($value, $isIdentifier = false) Constructor. | ||
| __toString() | from Node | |
| compile(Compiler $compiler) | ||
| evaluate($functions, $values) | ||
| toArray() | ||
| dump() | from Node |
Details
__construct($value, $isIdentifier = false)
Constructor.
Parameters
| $value | ||
| $isIdentifier |
__toString()
compile(Compiler $compiler)
Parameters
| Compiler | $compiler |
evaluate($functions, $values)
Parameters
| $functions | ||
| $values |
toArray()
dump()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/ExpressionLanguage/Node/ConstantNode.html