Overrides NameExpression::compile
public function compile(Compiler $compiler) : void { $compiler->raw('$context[') ->string($this->getAttribute('name')) ->raw(']'); }