Exakat\Analyzer\Analyzer::hasLoop PHP Method

hasLoop() public method

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