|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for Twig_Node_Expression_Constant:
Collaboration diagram for Twig_Node_Expression_Constant:Public Member Functions | |
| __construct ($value, $lineno) | |
| compile (Twig_Compiler $compiler) | |
| Compiles the node to PHP. More... | |
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 () | |
| compile (Twig_Compiler $compiler) | |
| Compiles the node to PHP. More... | |
| getLine () | |
| getNodeTag () | |
Additional Inherited Members | |
Protected Attributes inherited from Twig_Node | |
| $nodes | |
| $attributes | |
| $lineno | |
| $tag | |
Definition at line 12 of file Constant.php.
| Twig_Node_Expression_Constant::__construct | ( | $value, | |
| $lineno | |||
| ) |
| Twig_Node_Expression_Constant::compile | ( | Twig_Compiler | $compiler | ) |
Compiles the node to PHP.
Reimplemented from Twig_Node.
Definition at line 19 of file Constant.php.
References Twig_Node\getAttribute(), and Twig_Compiler\repr().
Here is the call graph for this function: