You are here

interface Twig_TestCallableInterface in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/TestCallableInterface.php \Twig_TestCallableInterface

Represents a callable template test.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_TestCallableInterface

All classes that implement Twig_TestCallableInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

vendor/Twig/TestCallableInterface.php, line 18

View source
interface Twig_TestCallableInterface {
  public function getCallable();

}

Members