16 parent::__construct(array(), array(
'value' => $value),
$lineno);
25class_alias(
'Twig_Node_Expression_Constant',
'Twig\Node\Expression\ConstantExpression',
false);
An exception for terminatinating execution or to throw for unit testing.
Compiles a node to PHP code.
repr($value)
Returns a PHP representation of a given value.
compile(Twig_Compiler $compiler)
Compiles the node to PHP.
__construct($value, $lineno)
Abstract class for all nodes that represents an expression.