protected property Twig_Node_Expression_Name::$specialVars in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Code
protected $specialVars = array(
'_self' => '$this',
'_context' => '$context',
'_charset' => '$this->env->getCharset()',
);