@@ -13,13 +13,13 @@ MongoDB\\Client Class
1313Definition
1414----------
1515
16- .. phpclass:: MongoDB\\ Client
16+ .. phpclass:: MongoDB\Client
1717
1818 This class serves as an entry point for the |php-library|. It is the
1919 preferred class for connecting to a MongoDB server or cluster of servers and
2020 acts as a gateway for accessing individual databases and collections.
21- :phpclass:`MongoDB\\ Client` is analogous to the driver's
22- :php:`MongoDB\\ Driver\ \Manager <mongodb-driver-manager>` class, which it
21+ :phpclass:`MongoDB\Client` is analogous to the driver's
22+ :php:`MongoDB\Driver\Manager <mongodb-driver-manager>` class, which it
2323 `composes <https://en.wikipedia.org/wiki/Object_composition>`_.
2424
2525Methods
@@ -44,18 +44,18 @@ Methods
4444 startSession() </reference/method/MongoDBClient-startSession>
4545 watch() </reference/method/MongoDBClient-watch>
4646
47- - :phpmethod:`MongoDB\\ Client::__construct()`
48- - :phpmethod:`MongoDB\\ Client::__get()`
49- - :phpmethod:`MongoDB\\ Client::createClientEncryption()`
50- - :phpmethod:`MongoDB\\ Client::dropDatabase()`
51- - :phpmethod:`MongoDB\\ Client::getManager()`
52- - :phpmethod:`MongoDB\\ Client::getReadConcern()`
53- - :phpmethod:`MongoDB\\ Client::getReadPreference()`
54- - :phpmethod:`MongoDB\\ Client::getTypeMap()`
55- - :phpmethod:`MongoDB\\ Client::getWriteConcern()`
56- - :phpmethod:`MongoDB\\ Client::listDatabaseNames()`
57- - :phpmethod:`MongoDB\\ Client::listDatabases()`
58- - :phpmethod:`MongoDB\\ Client::selectCollection()`
59- - :phpmethod:`MongoDB\\ Client::selectDatabase()`
60- - :phpmethod:`MongoDB\\ Client::startSession()`
61- - :phpmethod:`MongoDB\\ Client::watch()`
47+ - :phpmethod:`MongoDB\Client::__construct()`
48+ - :phpmethod:`MongoDB\Client::__get()`
49+ - :phpmethod:`MongoDB\Client::createClientEncryption()`
50+ - :phpmethod:`MongoDB\Client::dropDatabase()`
51+ - :phpmethod:`MongoDB\Client::getManager()`
52+ - :phpmethod:`MongoDB\Client::getReadConcern()`
53+ - :phpmethod:`MongoDB\Client::getReadPreference()`
54+ - :phpmethod:`MongoDB\Client::getTypeMap()`
55+ - :phpmethod:`MongoDB\Client::getWriteConcern()`
56+ - :phpmethod:`MongoDB\Client::listDatabaseNames()`
57+ - :phpmethod:`MongoDB\Client::listDatabases()`
58+ - :phpmethod:`MongoDB\Client::selectCollection()`
59+ - :phpmethod:`MongoDB\Client::selectDatabase()`
60+ - :phpmethod:`MongoDB\Client::startSession()`
61+ - :phpmethod:`MongoDB\Client::watch()`
0 commit comments