You are here

public property Twig_TemplateMagicPropertyObject::$attributes in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/TemplateTest.php \Twig_TemplateMagicPropertyObject::attributes

File

vendor/twig/twig/test/Twig/Tests/TemplateTest.php, line 513

Class

Twig_TemplateMagicPropertyObject

Code

public $attributes = array(
  'zero' => 0,
  'null' => null,
  '1' => 1,
  'bar' => true,
  '09' => '09',
  '+4' => '+4',
);