@@ -13,13 +13,13 @@ MongoDB\\Client Class
13
13
Definition
14
14
----------
15
15
16
- .. phpclass:: MongoDB\\ Client
16
+ .. phpclass:: MongoDB\Client
17
17
18
18
This class serves as an entry point for the |php-library|. It is the
19
19
preferred class for connecting to a MongoDB server or cluster of servers and
20
20
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
23
23
`composes <https://en.wikipedia.org/wiki/Object_composition>`_.
24
24
25
25
Methods
@@ -46,20 +46,20 @@ Methods
46
46
startSession() </reference/method/MongoDBClient-startSession>
47
47
watch() </reference/method/MongoDBClient-watch>
48
48
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