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