Flow\Compiler::popContext PHP Method

popContext() public method

public popContext ( $name, $indent )
    public function popContext($name, $indent = 0)
    {
        $this->raw('$this->popContext($context, ', $indent);
        $this->repr($name);
        $this->raw(");\n");
        return $this;
    }