Mongolid\Util\SequenceService::rawCollection PHP Méthode

rawCollection() protected méthode

Get the actual MongoDB Collection object.
protected rawCollection ( ) : MongoDB\Collection
Résultat MongoDB\Collection
    protected function rawCollection() : Collection
    {
        $conn = $this->connPool->getConnection();
        $database = $conn->defaultDatabase;
        return $conn->getRawConnection()->{$database}->{$this->collection};
    }