public function Twig_TemplateMagicMethodExceptionObject::__call in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMagicMethodExceptionObject::__call()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 667
Class
Code
public function __call($method, $arguments) {
throw new BadMethodCallException(sprintf('Unkown method %s', $method));
}