Exakat\Analyzer\Analyzer::goToLoop PHP Method

goToLoop() public method

public goToLoop ( )
    public function goToLoop()
    {
        $this->goToInstruction(array('For', 'Foreach', 'While', 'Dowhile'));
        return $this;
    }
Analyzer