\Twig_Node_Expression_Conditional

Abstract class for all nodes that represents an expression.

Summary

Methods
Properties
Constants
__construct()
__toString()
compile()
getTemplateLine()
getNodeTag()
hasAttribute()
getAttribute()
setAttribute()
removeAttribute()
hasNode()
getNode()
setNode()
removeNode()
count()
getIterator()
setTemplateName()
getTemplateName()
No public properties found
No constants found
No protected methods found
$nodes
$attributes
$lineno
$tag
N/A
No private methods found
$name
N/A

Properties

$nodes

$nodes : 

Type

$attributes

$attributes : 

Type

$lineno

$lineno : 

Type

$tag

$tag : 

Type

$name

$name : 

Type

Methods

__toString()

__toString() 

compile()

compile(\Twig_Compiler  $compiler) 

Parameters

\Twig_Compiler $compiler

getTemplateLine()

getTemplateLine() 

getNodeTag()

getNodeTag() 

hasAttribute()

hasAttribute(  $name) : boolean

Parameters

$name

Returns

boolean

getAttribute()

getAttribute(  $name) : mixed

Parameters

$name

Returns

mixed

setAttribute()

setAttribute(string  $name, mixed  $value) 

Parameters

string $name
mixed $value

removeAttribute()

removeAttribute(  $name) 

Parameters

$name

hasNode()

hasNode(  $name) : boolean

Parameters

$name

Returns

boolean

getNode()

getNode(  $name) : \Twig_Node

Parameters

$name

Returns

\Twig_Node

setNode()

setNode(  $name, self  $node) 

Parameters

$name
self $node

removeNode()

removeNode(  $name) 

Parameters

$name

count()

count() 

getIterator()

getIterator() 

setTemplateName()

setTemplateName(  $name) 

Parameters

$name

getTemplateName()

getTemplateName()