Abstract class for all nodes that represents an expression.
$nodes :
$attributes :
$lineno :
$tag :
$name :
$specialVars :
__construct( $name, $lineno)
__toString()
compile(\Twig_Compiler $compiler)
getTemplateLine()
getNodeTag()
hasAttribute( $name) : boolean
getAttribute( $name) : mixed
setAttribute(string $name, mixed $value)
removeAttribute( $name)
hasNode( $name) : boolean
getNode( $name) : \Twig_Node
setNode( $name, self $node)
removeNode( $name)
count()
getIterator()
setTemplateName( $name)
getTemplateName()
isSpecial()
isSimple()
Loading…