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

getCollectionMax() public method

Get the collection max.
public getCollectionMax ( ) : integer
return integer
    public function getCollectionMax()
    {
        return $this->collectionMax;
    }
ClassMetadataInfo