Exakat\Analyzer\Analyzer::hasNoIfthen PHP Method

hasNoIfthen() public method

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