Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
6fee860e
Commit
6fee860e
authored
Jun 03, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.0'
parents
63367aaa
6b2aa21a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
BulkWriteResult.php
src/BulkWriteResult.php
+2
-3
InsertManyResult.php
src/InsertManyResult.php
+1
-2
InsertOneResult.php
src/InsertOneResult.php
+1
-1
No files found.
src/BulkWriteResult.php
View file @
6fee860e
...
@@ -69,8 +69,7 @@ class BulkWriteResult
...
@@ -69,8 +69,7 @@ class BulkWriteResult
* The index of each ID in the map corresponds to the document's position in
* The index of each ID in the map corresponds to the document's position in
* the bulk operation. If the document had an ID prior to insertion (i.e.
* the bulk operation. If the document had an ID prior to insertion (i.e.
* the driver did not generate an ID), this will contain its "_id" field
* the driver did not generate an ID), this will contain its "_id" field
* value. Any driver-generated ID will be an MongoDB\Driver\ObjectID
* value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
* instance.
*
*
* @return mixed[]
* @return mixed[]
*/
*/
...
@@ -142,7 +141,7 @@ class BulkWriteResult
...
@@ -142,7 +141,7 @@ class BulkWriteResult
* The index of each ID in the map corresponds to the document's position
* The index of each ID in the map corresponds to the document's position
* in bulk operation. If the document had an ID prior to upserting (i.e. the
* in bulk operation. If the document had an ID prior to upserting (i.e. the
* server did not need to generate an ID), this will contain its "_id". Any
* server did not need to generate an ID), this will contain its "_id". Any
* server-generated ID will be an MongoDB\
Driver
\ObjectID instance.
* server-generated ID will be an MongoDB\
BSON
\ObjectID instance.
*
*
* This method should only be called if the write was acknowledged.
* This method should only be called if the write was acknowledged.
*
*
...
...
src/InsertManyResult.php
View file @
6fee860e
...
@@ -51,8 +51,7 @@ class InsertManyResult
...
@@ -51,8 +51,7 @@ class InsertManyResult
* The index of each ID in the map corresponds to the document's position in
* The index of each ID in the map corresponds to the document's position in
* the bulk operation. If the document had an ID prior to insertion (i.e.
* the bulk operation. If the document had an ID prior to insertion (i.e.
* the driver did not generate an ID), this will contain its "_id" field
* the driver did not generate an ID), this will contain its "_id" field
* value. Any driver-generated ID will be an MongoDB\Driver\ObjectID
* value. Any driver-generated ID will be an MongoDB\BSON\ObjectID instance.
* instance.
*
*
* @return mixed[]
* @return mixed[]
*/
*/
...
...
src/InsertOneResult.php
View file @
6fee860e
...
@@ -50,7 +50,7 @@ class InsertOneResult
...
@@ -50,7 +50,7 @@ class InsertOneResult
*
*
* If the document already an ID prior to insertion (i.e. the driver did not
* If the document already an ID prior to insertion (i.e. the driver did not
* need to generate an ID), this will contain its "_id". Any
* need to generate an ID), this will contain its "_id". Any
* driver-generated ID will be an MongoDB\
Driver
\ObjectID instance.
* driver-generated ID will be an MongoDB\
BSON
\ObjectID instance.
*
*
* @return mixed
* @return mixed
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment