Exakat\Analyzer\Analyzer::hasLoop PHP Метод

hasLoop() публичный Метод

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