Exakat\Analyzer\Analyzer::goToCurrentScope PHP Method

goToCurrentScope() public method

public goToCurrentScope ( )
    public function goToCurrentScope()
    {
        $this->goToInstruction(array('Function', 'Phpcode'));
        return $this;
    }
Analyzer