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

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

public hasNoIfthen ( )
    public function hasNoIfthen()
    {
        return $this->hasNoInstruction('Ifthen');
    }
Analyzer