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