public function Twig_TemplateArrayAccessObject::offsetExists in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateArrayAccessObject::offsetExists()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 490
Class
Code
public function offsetExists($name) {
return array_key_exists($name, $this->attributes);
}