|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a function template function. More...
Inheritance diagram for Twig_Function_Function:
Collaboration diagram for Twig_Function_Function: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 () | |
| compile () | |
| Compiles a function. More... | |
| needsEnvironment () | |
| needsContext () | |
| getSafe (Twig_Node $filterArgs) | |
| setArguments ($arguments) | |
| getArguments () | |
| 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::__construct | ( | $function, | |
| array | $options = array() |
||
| ) |
Definition at line 28 of file Function.php.
References $function, and Twig_Function\$options.
| 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().