You are here

protected property Twig_Node_Expression_Name::$specialVars in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/lib/Twig/Node/Expression/Name.php \Twig_Node_Expression_Name::specialVars

File

vendor/twig/twig/lib/Twig/Node/Expression/Name.php, line 14

Class

Twig_Node_Expression_Name

Code

protected $specialVars = array(
  '_self' => '$this',
  '_context' => '$context',
  '_charset' => '$this->env->getCharset()',
);