ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($name, $lineno) | |
compile (Twig_Compiler $compiler) | |
Compiles the node to PHP. More... | |
isSpecial () | |
isSimple () | |
Public Member Functions inherited from Twig_Node | |
__construct (array $nodes=array(), array $attributes=array(), $lineno=0, $tag=null) | |
Constructor. More... | |
__toString () | |
toXml ($asDom=false) | |
compile (Twig_Compiler $compiler) | |
Compiles the node to PHP. More... | |
getTemplateLine () | |
getLine () | |
getNodeTag () | |
hasAttribute ($name) | |
getAttribute ($name) | |
setAttribute ($name, $value) | |
removeAttribute ($name) | |
hasNode ($name) | |
getNode ($name) | |
setNode ($name, $node=null) | |
removeNode ($name) | |
count () | |
getIterator () | |
setTemplateName ($name) | |
getTemplateName () | |
setFilename ($name) | |
getFilename () | |
Protected Attributes | |
$specialVars | |
Protected Attributes inherited from Twig_Node | |
$nodes | |
$attributes | |
$lineno | |
$tag | |
Twig_Node_Expression_Name::__construct | ( | $name, | |
$lineno | |||
) |
Definition at line 20 of file Name.php.
References Twig_Node\$lineno, and Twig_Node\$name.
Twig_Node_Expression_Name::compile | ( | Twig_Compiler | $compiler | ) |
Compiles the node to PHP.
Implements Twig_NodeInterface.
Definition at line 25 of file Name.php.
References Twig_Node\$name, Twig_Compiler\addDebugInfo(), Twig_Node\getAttribute(), Twig_Compiler\getEnvironment(), isSpecial(), Twig_Compiler\raw(), and Twig_Compiler\repr().
Twig_Node_Expression_Name::isSimple | ( | ) |
Definition at line 96 of file Name.php.
References Twig_Node\getAttribute(), and isSpecial().
Twig_Node_Expression_Name::isSpecial | ( | ) |
Definition at line 91 of file Name.php.
References Twig_Node\getAttribute().
Referenced by compile(), and isSimple().
|
protected |