interface Twig_TestInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/TestInterface.php \Twig_TestInterface
Represents a template test.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Twig_TestInterface
Expanded class hierarchy of Twig_TestInterface
All classes that implement Twig_TestInterface
Deprecated
since 1.12 (to be removed in 2.0)
File
- vendor/
twig/ twig/ lib/ Twig/ TestInterface.php, line 19
View source
interface Twig_TestInterface {
/**
* Compiles a test.
*
* @return string The PHP code for the test
*/
public function compile();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_TestInterface:: |
public | function | Compiles a test. | 3 |