You are here

interface Twig_FunctionCallableInterface in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/FunctionCallableInterface.php \Twig_FunctionCallableInterface

Represents a callable template function.

Use Twig_SimpleFunction instead.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_FunctionCallableInterface

All classes that implement Twig_FunctionCallableInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

vendor/Twig/FunctionCallableInterface.php, line 20

View source
interface Twig_FunctionCallableInterface {
  public function getCallable();

}

Members