|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a method template function. More...
Inheritance diagram for Twig_Function_Method:
Collaboration diagram for Twig_Function_Method:Public Member Functions | |
| __construct (Twig_ExtensionInterface $extension, $method, 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 | |
| $extension | |
| $method | |
Protected Attributes inherited from Twig_Function | |
| $options | |
| $arguments = array() | |
Represents a method template function.
Use Twig_SimpleFunction instead.
Definition at line 24 of file Method.php.
| Twig_Function_Method::__construct | ( | Twig_ExtensionInterface | $extension, |
| $method, | |||
| array | $options = array() |
||
| ) |
Definition at line 29 of file Method.php.
References $extension, $method, and Twig_Function\$options.
| Twig_Function_Method::compile | ( | ) |
Compiles a function.
Implements Twig_FunctionInterface.
Definition at line 39 of file Method.php.
|
protected |
Definition at line 26 of file Method.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file Method.php.
Referenced by __construct().