|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Represents a template test. More...
Inheritance diagram for Twig_Test:
Collaboration diagram for Twig_Test:Public Member Functions | |
| __construct (array $options=array()) | |
| getCallable () | |
Public Member Functions inherited from Twig_TestInterface | |
| compile () | |
| Compiles a test. More... | |
| getCallable () | |
Protected Attributes | |
| $options | |
| $arguments = array() | |
Represents a template test.
| Twig_Test::__construct | ( | array | $options = array() | ) |
| Twig_Test::getCallable | ( | ) |
Implements Twig_TestCallableInterface.
Definition at line 33 of file Test.php.
|
protected |
Definition at line 23 of file Test.php.
Referenced by Twig_Test_Node\__construct(), Twig_Test_Function\__construct(), __construct(), and Twig_Test_Method\__construct().