public function Twig_SimpleTest::getCallable in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/SimpleTest.php \Twig_SimpleTest::getCallable()
File
- vendor/
Twig/ SimpleTest.php, line 40
Class
- Twig_SimpleTest
- Represents a template test.
Code
public function getCallable() {
return $this->callable;
}