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

isInheritanceTypeSingleCollection() public method

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