public function Twig_TemplatePropertyObjectAndArrayAccess::offsetExists in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplatePropertyObjectAndArrayAccess::offsetExists()
1 call to Twig_TemplatePropertyObjectAndArrayAccess::offsetExists()
- Twig_TemplatePropertyObjectAndArrayAccess::offsetGet in vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 565
Class
Code
public function offsetExists($offset) {
return array_key_exists($offset, $this->data);
}