You are here

public function Twig_SimpleFunction::getCallable in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/SimpleFunction.php \Twig_SimpleFunction::getCallable()

File

vendor/twig/twig/lib/Twig/SimpleFunction.php, line 45

Class

Twig_SimpleFunction
Represents a template function.

Code

public function getCallable() {
  return $this->callable;
}