|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Represents a function template test. More...
Inheritance diagram for Twig_Test_Function:
Collaboration diagram for Twig_Test_Function:Public Member Functions | |
| __construct ($function, array $options=array()) | |
| compile () | |
| Compiles a test. More... | |
Public Member Functions inherited from Twig_Test | |
| __construct (array $options=array()) | |
| getCallable () | |
| compile () | |
| Compiles a test. More... | |
| getCallable () | |
Protected Attributes | |
| $function | |
Protected Attributes inherited from Twig_Test | |
| $options | |
| $arguments = array() | |
Represents a function template test.
Definition at line 21 of file Function.php.
| Twig_Test_Function::__construct | ( | $function, | |
| array | $options = array() |
||
| ) |
Definition at line 25 of file Function.php.
References $function, and Twig_Test\$options.
| Twig_Test_Function::compile | ( | ) |
Compiles a test.
Implements Twig_TestInterface.
Definition at line 34 of file Function.php.
References $function.
|
protected |
Definition at line 23 of file Function.php.
Referenced by __construct(), and compile().