Skip to content

Commit 7eea249

Browse files
committed
fix methods sections
1 parent 6e3c2a7 commit 7eea249

File tree

8 files changed

+122
-11
lines changed

8 files changed

+122
-11
lines changed

docs/reference/class/MongoDBClient.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,21 @@ Methods
4545
/reference/method/MongoDBClient-selectDatabase
4646
/reference/method/MongoDBClient-startSession
4747
/reference/method/MongoDBClient-watch
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()`

docs/reference/class/MongoDBCollection.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,47 @@ Methods
101101
/reference/method/MongoDBCollection-updateSearchIndex
102102
/reference/method/MongoDBCollection-watch
103103
/reference/method/MongoDBCollection-withOptions
104+
105+
- :phpmethod:`MongoDB\\Collection::__construct()`
106+
- :phpmethod:`MongoDB\\Collection::aggregate()`
107+
- :phpmethod:`MongoDB\\Collection::bulkWrite()`
108+
- :phpmethod:`MongoDB\\Collection::count()`
109+
- :phpmethod:`MongoDB\\Collection::countDocuments()`
110+
- :phpmethod:`MongoDB\\Collection::createIndex()`
111+
- :phpmethod:`MongoDB\\Collection::createIndexes()`
112+
- :phpmethod:`MongoDB\\Collection::createSearchIndex()`
113+
- :phpmethod:`MongoDB\\Collection::createSearchIndexes()`
114+
- :phpmethod:`MongoDB\\Collection::deleteMany()`
115+
- :phpmethod:`MongoDB\\Collection::deleteOne()`
116+
- :phpmethod:`MongoDB\\Collection::distinct()`
117+
- :phpmethod:`MongoDB\\Collection::drop()`
118+
- :phpmethod:`MongoDB\\Collection::dropIndex()`
119+
- :phpmethod:`MongoDB\\Collection::dropIndexes()`
120+
- :phpmethod:`MongoDB\\Collection::dropSearchIndex()`
121+
- :phpmethod:`MongoDB\\Collection::estimatedDocumentCount()`
122+
- :phpmethod:`MongoDB\\Collection::explain()`
123+
- :phpmethod:`MongoDB\\Collection::find()`
124+
- :phpmethod:`MongoDB\\Collection::findOne()`
125+
- :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
126+
- :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
127+
- :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
128+
- :phpmethod:`MongoDB\\Collection::getCollectionName()`
129+
- :phpmethod:`MongoDB\\Collection::getDatabaseName()`
130+
- :phpmethod:`MongoDB\\Collection::getManager()`
131+
- :phpmethod:`MongoDB\\Collection::getNamespace()`
132+
- :phpmethod:`MongoDB\\Collection::getReadConcern()`
133+
- :phpmethod:`MongoDB\\Collection::getReadPreference()`
134+
- :phpmethod:`MongoDB\\Collection::getTypeMap()`
135+
- :phpmethod:`MongoDB\\Collection::getWriteConcern()`
136+
- :phpmethod:`MongoDB\\Collection::insertMany()`
137+
- :phpmethod:`MongoDB\\Collection::insertOne()`
138+
- :phpmethod:`MongoDB\\Collection::listIndexes()`
139+
- :phpmethod:`MongoDB\\Collection::listSearchIndexes()`
140+
- :phpmethod:`MongoDB\\Collection::mapReduce()`
141+
- :phpmethod:`MongoDB\\Collection::rename()`
142+
- :phpmethod:`MongoDB\\Collection::replaceOne()`
143+
- :phpmethod:`MongoDB\\Collection::updateMany()`
144+
- :phpmethod:`MongoDB\\Collection::updateOne()`
145+
- :phpmethod:`MongoDB\\Collection::updateSearchIndex()`
146+
- :phpmethod:`MongoDB\\Collection::watch()`
147+
- :phpmethod:`MongoDB\\Collection::withOptions()`

docs/reference/class/MongoDBDatabase.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,25 @@ Methods
6666
/reference/method/MongoDBDatabase-watch
6767
/reference/method/MongoDBDatabase-withOptions
6868

69+
- :phpmethod:`MongoDB\\Database::__construct()`
70+
- :phpmethod:`MongoDB\\Database::__get()`
71+
- :phpmethod:`MongoDB\\Database::aggregate()`
72+
- :phpmethod:`MongoDB\\Database::command()`
73+
- :phpmethod:`MongoDB\\Database::createCollection()`
74+
- :phpmethod:`MongoDB\\Database::createEncryptedCollection()`
75+
- :phpmethod:`MongoDB\\Database::drop()`
76+
- :phpmethod:`MongoDB\\Database::dropCollection()`
77+
- :phpmethod:`MongoDB\\Database::getDatabaseName()`
78+
- :phpmethod:`MongoDB\\Database::getManager()`
79+
- :phpmethod:`MongoDB\\Database::getReadConcern()`
80+
- :phpmethod:`MongoDB\\Database::getReadPreference()`
81+
- :phpmethod:`MongoDB\\Database::getTypeMap()`
82+
- :phpmethod:`MongoDB\\Database::getWriteConcern()`
83+
- :phpmethod:`MongoDB\\Database::listCollectionNames()`
84+
- :phpmethod:`MongoDB\\Database::listCollections()`
85+
- :phpmethod:`MongoDB\\Database::modifyCollection()`
86+
- :phpmethod:`MongoDB\\Database::renameCollection()`
87+
- :phpmethod:`MongoDB\\Database::selectCollection()`
88+
- :phpmethod:`MongoDB\\Database::selectGridFSBucket()`
89+
- :phpmethod:`MongoDB\\Database::watch()`
90+
- :phpmethod:`MongoDB\\Database::withOptions()`

docs/reference/class/MongoDBGridFSBucket.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,27 @@ Methods
5858
/reference/method/MongoDBGridFSBucket-registerGlobalStreamWrapperAlias
5959
/reference/method/MongoDBGridFSBucket-rename
6060
/reference/method/MongoDBGridFSBucket-uploadFromStream
61+
62+
- :phpmethod:`MongoDB\\GridFS\\Bucket::__construct()`
63+
- :phpmethod:`MongoDB\\GridFS\\Bucket::delete()`
64+
- :phpmethod:`MongoDB\\GridFS\\Bucket::downloadToStream()`
65+
- :phpmethod:`MongoDB\\GridFS\\Bucket::drop()`
66+
- :phpmethod:`MongoDB\\GridFS\\Bucket::find()`
67+
- :phpmethod:`MongoDB\\GridFS\\Bucket::findOne()`
68+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getBucketName()`
69+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getChunksCollection()`
70+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getChunkSizeBytes()`
71+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getDatabaseName()`
72+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileDocumentForStream()`
73+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFileIdForStream()`
74+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getFilesCollection()`
75+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getReadConcern()`
76+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getReadPreference()`
77+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getTypeMap()`
78+
- :phpmethod:`MongoDB\\GridFS\\Bucket::getWriteConcern()`
79+
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStream()`
80+
- :phpmethod:`MongoDB\\GridFS\\Bucket::openDownloadStreamByName()`
81+
- :phpmethod:`MongoDB\\GridFS\\Bucket::openUploadStream()`
82+
- :phpmethod:`MongoDB\\GridFS\\Bucket::registerGlobalStreamWrapperAlias()`
83+
- :phpmethod:`MongoDB\\GridFS\\Bucket::rename()`
84+
- :phpmethod:`MongoDB\\GridFS\\Bucket::uploadFromStream()`

docs/reference/enumeration-classes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Methods
4343

4444
/reference/class/MongoDBModelCollectionInfo
4545

46-
- :ref:`CollectionInfo Methods <php-model-collection-info>`
46+
:ref:`CollectionInfo Methods <php-model-collection-info>`
4747

4848
----
4949

@@ -102,7 +102,7 @@ Methods
102102

103103
/reference/class/MongoDBModelDatabaseInfo
104104

105-
- :ref:`DatabaseInfo Methods <php-model-database-info>`
105+
:ref:`DatabaseInfo Methods <php-model-database-info>`
106106

107107
----
108108

@@ -156,7 +156,7 @@ Methods
156156

157157
/reference/class/MongoDBModelIndexInfo
158158

159-
- :ref:`IndexInfo Methods <php-model-index-info>`
159+
:ref:`IndexInfo Methods <php-model-index-info>`
160160

161161
----
162162

docs/reference/functions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Functions
1616
/reference/function/add_logger
1717
/reference/function/remove_logger
1818
/reference/function/with_transaction
19+
20+
- :phpmethod:`MongoDB\\add_logger()`
21+
- :phpmethod:`MongoDB\\remove_logger()`
22+
- :phpmethod:`MongoDB\\with_transaction()`

docs/reference/result-classes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Methods
3838

3939
/reference/class/MongoDBChangeStream
4040

41-
- :ref:`ChangeStream Methods <php-change-stream>`
41+
:ref:`ChangeStream Methods <php-change-stream>`
4242

4343
----
4444

@@ -68,4 +68,4 @@ Methods
6868

6969
/reference/class/MongoDBMapReduceResult
7070

71-
- :ref:`MapReduceResult Methods <php-map-reduce-result>`
71+
:ref:`MapReduceResult Methods <php-map-reduce-result>`

docs/reference/write-result-classes.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Methods
3131

3232
/reference/class/MongoDBBulkWriteResult
3333

34-
- :ref:`BulkWriteResult Methods <php-bulk-write-result>`
34+
:ref:`BulkWriteResult Methods <php-bulk-write-result>`
3535

3636
----
3737

@@ -57,7 +57,7 @@ Methods
5757

5858
/reference/class/MongoDBDeleteResult
5959

60-
- :ref:`DeleteResult Methods <php-delete-result>`
60+
:ref:`DeleteResult Methods <php-delete-result>`
6161

6262
----
6363

@@ -82,8 +82,7 @@ Methods
8282

8383
/reference/class/MongoDBInsertManyResult
8484

85-
- :ref:`InsertManyResult Methods <php-insert-many-result>`
86-
85+
:ref:`InsertManyResult Methods <php-insert-many-result>`
8786

8887
----
8988

@@ -108,7 +107,7 @@ Methods
108107

109108
/reference/class/MongoDInsertOneResult
110109

111-
- :ref:`InsertOneResult Methods <php-insert-one-result>`
110+
:ref:`InsertOneResult Methods <php-insert-one-result>`
112111

113112
----
114113

@@ -135,4 +134,4 @@ Methods
135134

136135
/reference/class/MongoDBUpdateResult
137136

138-
- :ref:`UpdateResult Methods <php-update-result>`
137+
:ref:`UpdateResult Methods <php-update-result>`

0 commit comments

Comments
 (0)