Exakat\Analyzer\Analyzer::goToInterface PHP Method

goToInterface() public method

public goToInterface ( )
    public function goToInterface()
    {
        $this->goToInstruction('Interface');
        return $this;
    }
Analyzer