public function Twig_Test::getCallable in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Test.php \Twig_Test::getCallable()
Overrides Twig_TestCallableInterface::getCallable
File
- vendor/
twig/ twig/ lib/ Twig/ Test.php, line 33
Class
- Twig_Test
- Represents a template test.
Code
public function getCallable() {
return $this->options['callable'];
}