interface Twig_FunctionCallableInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/FunctionCallableInterface.php \Twig_FunctionCallableInterface
Represents a callable template function.
Use Twig_SimpleFunction instead.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Twig_FunctionCallableInterface
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/ twig/ lib/ Twig/ FunctionCallableInterface.php, line 21
View source
interface Twig_FunctionCallableInterface {
public function getCallable();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twig_FunctionCallableInterface:: |
public | function | 1 |