Flow\Expression\NameExpression::compile PHP Метод

compile() публичный Метод

public compile ( $compiler, $indent )
    public function compile($compiler, $indent = 0)
    {
        $compiler->raw('(isset($context[\'' . $this->name . '\']) ? ', $indent);
        $compiler->raw('$context[\'' . $this->name . '\'] : null)');
    }