public function Twig_TemplateMagicMethodObject::__call in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMagicMethodObject::__call()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 659
Class
Code
public function __call($method, $arguments) {
return '__call_' . $method;
}