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

getCollectionSize() public method

Get the collection size
public getCollectionSize ( ) : integer
return integer
    public function getCollectionSize()
    {
        return $this->collectionSize;
    }
ClassMetadataInfo