protected property Twig_Node_Expression_Name::$specialVars in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Node/Expression/Name.php \Twig_Node_Expression_Name::specialVars
File
- vendor/
Twig/ Node/ Expression/ Name.php, line 14
Class
Code
protected $specialVars = array(
'_self' => '$this',
'_context' => '$context',
'_charset' => '$this->env->getCharset()',
);