protected property Twig_Node_Expression_Name::$specialVars

File

drupal/core/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()',
);