File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -254,12 +254,12 @@ userland. As such, it is no longer done in the new driver and library.
254
254
IDs of inserted documents (whether generated or not) may be accessed
255
255
through the result objects returned by the write methods:
256
256
257
- - `` MongoDB\InsertOneResult::getInsertedId()` ` for
258
- :phpmethod:`MongoDB\\Collection::insertOne`
259
- - `` MongoDB\InsertManyResult::getInsertedIds()` ` for
260
- :phpmethod:`MongoDB\\Collection::insertMany`
261
- - `` MongoDB\BulkWriteResult::getInsertedIds()` ` for
262
- :phpmethod:`MongoDB\\Collection::bulkWrite`
257
+ - :phpmethod:` MongoDB\\ InsertOneResult::getInsertedId()` for
258
+ :phpmethod:`MongoDB\\Collection::insertOne() `
259
+ - :phpmethod:` MongoDB\\ InsertManyResult::getInsertedIds()` for
260
+ :phpmethod:`MongoDB\\Collection::insertMany() `
261
+ - :phpmethod:` MongoDB\\ BulkWriteResult::getInsertedIds()` for
262
+ :phpmethod:`MongoDB\\Collection::bulkWrite() `
263
263
264
264
``MongoWriteBatch``
265
265
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments