public function Twig_TemplateMagicPropertyObjectWithException::__isset in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMagicPropertyObjectWithException::__isset()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 537
Class
Code
public function __isset($key) {
throw new Exception('Hey! Don\'t try to isset me!');
}