@@ -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
@@ -46,20 +46,20 @@ Methods
4646 startSession() </reference/method/MongoDBClient-startSession>
4747 watch() </reference/method/MongoDBClient-watch>
4848
49- - :phpmethod:`MongoDB\\ Client::__construct()`
50- - :phpmethod:`MongoDB\\ Client::__get()`
51- - :phpmethod:`MongoDB\\ Client::addSubscriber()`
52- - :phpmethod:`MongoDB\\ Client::createClientEncryption()`
53- - :phpmethod:`MongoDB\\ Client::dropDatabase()`
54- - :phpmethod:`MongoDB\\ Client::getManager()`
55- - :phpmethod:`MongoDB\\ Client::getReadConcern()`
56- - :phpmethod:`MongoDB\\ Client::getReadPreference()`
57- - :phpmethod:`MongoDB\\ Client::getTypeMap()`
58- - :phpmethod:`MongoDB\\ Client::getWriteConcern()`
59- - :phpmethod:`MongoDB\\ Client::listDatabaseNames()`
60- - :phpmethod:`MongoDB\\ Client::listDatabases()`
61- - :phpmethod:`MongoDB\\ Client::removeSubscriber()`
62- - :phpmethod:`MongoDB\\ Client::selectCollection()`
63- - :phpmethod:`MongoDB\\ Client::selectDatabase()`
64- - :phpmethod:`MongoDB\\ Client::startSession()`
65- - :phpmethod:`MongoDB\\ Client::watch()`
49+ - :phpmethod:`MongoDB\Client::__construct()`
50+ - :phpmethod:`MongoDB\Client::__get()`
51+ - :phpmethod:`MongoDB\Client::addSubscriber()`
52+ - :phpmethod:`MongoDB\Client::createClientEncryption()`
53+ - :phpmethod:`MongoDB\Client::dropDatabase()`
54+ - :phpmethod:`MongoDB\Client::getManager()`
55+ - :phpmethod:`MongoDB\Client::getReadConcern()`
56+ - :phpmethod:`MongoDB\Client::getReadPreference()`
57+ - :phpmethod:`MongoDB\Client::getTypeMap()`
58+ - :phpmethod:`MongoDB\Client::getWriteConcern()`
59+ - :phpmethod:`MongoDB\Client::listDatabaseNames()`
60+ - :phpmethod:`MongoDB\Client::listDatabases()`
61+ - :phpmethod:`MongoDB\Client::removeSubscriber()`
62+ - :phpmethod:`MongoDB\Client::selectCollection()`
63+ - :phpmethod:`MongoDB\Client::selectDatabase()`
64+ - :phpmethod:`MongoDB\Client::startSession()`
65+ - :phpmethod:`MongoDB\Client::watch()`
0 commit comments