Exakat\Analyzer\Analyzer::hasNoClassInterface PHP Method

hasNoClassInterface() public method

public hasNoClassInterface ( )
    public function hasNoClassInterface()
    {
        return $this->hasNoInstruction(array('Class', 'Interface'));
    }
Analyzer