|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a method template test. More...
Inheritance diagram for Twig_Test_Method:
Collaboration diagram for Twig_Test_Method:Public Member Functions | |
| __construct (Twig_ExtensionInterface $extension, $method, 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 | |
| $extension | |
| $method | |
Protected Attributes inherited from Twig_Test | |
| $options | |
| $arguments = array() | |
Represents a method template test.
Definition at line 21 of file Method.php.
| Twig_Test_Method::__construct | ( | Twig_ExtensionInterface | $extension, |
| $method, | |||
| array | $options = array() |
||
| ) |
Definition at line 26 of file Method.php.
References $extension, $method, and Twig_Test\$options.
| Twig_Test_Method::compile | ( | ) |
Compiles a test.
Implements Twig_TestInterface.
Definition at line 36 of file Method.php.
|
protected |
Definition at line 23 of file Method.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file Method.php.
Referenced by __construct().