Exakat\Analyzer\Analyzer::hasIfthen PHP Method

hasIfthen() public method

public hasIfthen ( )
    public function hasIfthen()
    {
        $this->hasInstruction('Ifthen');
        return $this;
    }
Analyzer