You are here

interface Twig_TestInterface in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/TestInterface.php \Twig_TestInterface

Represents a template test.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

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/TestInterface.php, line 18

View source
interface Twig_TestInterface {

  /**
   * Compiles a test.
   *
   * @return string The PHP code for the test
   */
  public function compile();

}

Members