@@ -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
@@ -44,18 +44,18 @@ Methods
44
44
startSession() </reference/method/MongoDBClient-startSession>
45
45
watch() </reference/method/MongoDBClient-watch>
46
46
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