Exakat\Analyzer\Analyzer::hasNoInterface PHP Method

hasNoInterface() public method

public hasNoInterface ( )
    public function hasNoInterface()
    {
        return $this->hasNoInstruction('Interface');
    }
Analyzer