Exakat\Analyzer\Analyzer::hasIfthen PHP 메소드

hasIfthen() 공개 메소드

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