ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a template function as a node. More...
Public Member Functions | |
__construct ($class, array $options=array()) | |
getClass () | |
compile () | |
Compiles a function. More... | |
Public Member Functions inherited from Twig_Function | |
__construct (array $options=array()) | |
setArguments ($arguments) | |
getArguments () | |
needsEnvironment () | |
needsContext () | |
getSafe (Twig_Node $functionArgs) | |
getCallable () | |
Protected Attributes | |
$class | |
Protected Attributes inherited from Twig_Function | |
$options | |
$arguments = array() | |
Represents a template function as a node.
Use Twig_SimpleFunction instead.
Twig_Function_Node::compile | ( | ) |
|
protected |
Definition at line 25 of file Node.php.
Referenced by __construct(), and getClass().