Doctrine\ODM\MongoDB\Mapping\ClassMetadataInfo::isInheritanceTypeNone PHP Method

isInheritanceTypeNone() public method

public isInheritanceTypeNone ( ) : boolean
return boolean
    public function isInheritanceTypeNone()
    {
        return $this->inheritanceType == self::INHERITANCE_TYPE_NONE;
    }
ClassMetadataInfo