You are here

public function Twig_SimpleTest::getCallable in Zircon Profile 8.0

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

File

vendor/twig/twig/lib/Twig/SimpleTest.php, line 40

Class

Twig_SimpleTest
Represents a template test.

Code

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