ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a function template function. More...
Public Member Functions | |
__construct ($function, array $options=array()) | |
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 | |
$function | |
Protected Attributes inherited from Twig_Function | |
$options | |
$arguments = array() | |
Represents a function template function.
Use Twig_SimpleFunction instead.
Definition at line 24 of file Function.php.
Twig_Function_Function::compile | ( | ) |
Compiles a function.
Implements Twig_FunctionInterface.
Definition at line 37 of file Function.php.
References $function.
|
protected |
Definition at line 26 of file Function.php.
Referenced by __construct(), and compile().