public property Twig_TemplateArrayAccessObject::$attributes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateArrayAccessObject::attributes
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ TemplateTest.php, line 480
Class
Code
public $attributes = array(
'defined' => 'defined',
'zero' => 0,
'null' => null,
'1' => 1,
'bar' => true,
'09' => '09',
'+4' => '+4',
);