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

isInheritanceTypeCollectionPerClass() public method

Checks whether the mapped class uses the COLLECTION_PER_CLASS inheritance mapping strategy.
    public function isInheritanceTypeCollectionPerClass()
    {
        return $this->inheritanceType == self::INHERITANCE_TYPE_COLLECTION_PER_CLASS;
    }
ClassMetadataInfo