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
a0966831
Commit
a0966831
authored
Oct 25, 2017
by
Katherine Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPLIB-284 Highlight API changes in documentation
parent
d7ba99e4
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
52 additions
and
14 deletions
+52
-14
apiargs-MongoDBCollection-method-find-option.yaml
...ncludes/apiargs-MongoDBCollection-method-find-option.yaml
+12
-3
apiargs-common-option.yaml
docs/includes/apiargs-common-option.yaml
+0
-11
MongoDBClient-getReadConcern.txt
docs/reference/method/MongoDBClient-getReadConcern.txt
+2
-0
MongoDBClient-getReadPreference.txt
docs/reference/method/MongoDBClient-getReadPreference.txt
+2
-0
MongoDBClient-getTypeMap.txt
docs/reference/method/MongoDBClient-getTypeMap.txt
+2
-0
MongoDBClient-getWriteConcern.txt
docs/reference/method/MongoDBClient-getWriteConcern.txt
+2
-0
MongoDBCollection-getReadConcern.txt
docs/reference/method/MongoDBCollection-getReadConcern.txt
+2
-0
MongoDBCollection-getReadPreference.txt
.../reference/method/MongoDBCollection-getReadPreference.txt
+2
-0
MongoDBCollection-getTypeMap.txt
docs/reference/method/MongoDBCollection-getTypeMap.txt
+2
-0
MongoDBCollection-getWriteConcern.txt
docs/reference/method/MongoDBCollection-getWriteConcern.txt
+2
-0
MongoDBCollection-mapReduce.txt
docs/reference/method/MongoDBCollection-mapReduce.txt
+2
-0
MongoDBDatabase-getReadConcern.txt
docs/reference/method/MongoDBDatabase-getReadConcern.txt
+2
-0
MongoDBDatabase-getReadPreference.txt
docs/reference/method/MongoDBDatabase-getReadPreference.txt
+2
-0
MongoDBDatabase-getTypeMap.txt
docs/reference/method/MongoDBDatabase-getTypeMap.txt
+2
-0
MongoDBDatabase-getWriteConcern.txt
docs/reference/method/MongoDBDatabase-getWriteConcern.txt
+2
-0
MongoDBGridFSBucket-getChunkSizeBytes.txt
...eference/method/MongoDBGridFSBucket-getChunkSizeBytes.txt
+2
-0
MongoDBGridFSBucket-getChunksCollection.txt
...erence/method/MongoDBGridFSBucket-getChunksCollection.txt
+2
-0
MongoDBGridFSBucket-getFilesCollection.txt
...ference/method/MongoDBGridFSBucket-getFilesCollection.txt
+2
-0
MongoDBGridFSBucket-getReadConcern.txt
docs/reference/method/MongoDBGridFSBucket-getReadConcern.txt
+2
-0
MongoDBGridFSBucket-getReadPreference.txt
...eference/method/MongoDBGridFSBucket-getReadPreference.txt
+2
-0
MongoDBGridFSBucket-getTypeMap.txt
docs/reference/method/MongoDBGridFSBucket-getTypeMap.txt
+2
-0
MongoDBGridFSBucket-getWriteConcern.txt
.../reference/method/MongoDBGridFSBucket-getWriteConcern.txt
+2
-0
No files found.
docs/includes/apiargs-MongoDBCollection-method-find-option.yaml
View file @
a0966831
...
...
@@ -100,9 +100,18 @@ interface: phpmethod
operation
:
~
optional
:
true
---
source
:
file
:
apiargs-common-option.yaml
ref
:
maxAwaitTimeMS
arg_name
:
option
name
:
maxAwaitTimeMS
type
:
integer
description
:
|
Positive integer denoting the time limit in milliseconds for the server to
block a getMore operation if no data is available. This option should only be
used if cursorType is TAILABLE_AWAIT.
.. versionadded:: 1.2
interface
:
phpmethod
operation
:
~
optional
:
true
---
source
:
file
:
apiargs-common-option.yaml
...
...
docs/includes/apiargs-common-option.yaml
View file @
a0966831
...
...
@@ -10,17 +10,6 @@ operation: ~
optional
:
true
---
arg_name
:
option
name
:
maxAwaitTimeMS
type
:
integer
description
:
|
Positive integer denoting the time limit in milliseconds for the server to block
a getMore operation if no data is available. This option should only be used if
cursorType is TAILABLE_AWAIT.
interface
:
phpmethod
operation
:
~
optional
:
true
---
arg_name
:
option
name
:
readConcern
type
:
:php:`MongoDB\\Driver\\ReadConcern <class.mongodb-driver-readconcern>`
description
:
|
...
...
docs/reference/method/MongoDBClient-getReadConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Client::getReadConcern()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBClient-getReadPreference.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Client::getReadPreference()
====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBClient-getTypeMap.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Client::getTypeMap()
=============================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBClient-getWriteConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Client::getWriteConcern()
==================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBCollection-getReadConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadConcern()
=====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBCollection-getReadPreference.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Collection::getReadPreference()
========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBCollection-getTypeMap.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Collection::getTypeMap()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBCollection-getWriteConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Collection::getWriteConcern()
======================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBCollection-mapReduce.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Collection::mapReduce()
=================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBDatabase-getReadConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Database::getReadConcern()
===================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBDatabase-getReadPreference.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Database::getReadPreference()
======================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBDatabase-getTypeMap.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Database::getTypeMap()
===============================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBDatabase-getWriteConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\Database::getWriteConcern()
====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getChunkSizeBytes.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunkSizeBytes()
============================================
.. versionchanged:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getChunksCollection.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getChunksCollection()
==============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getFilesCollection.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getFilesCollection()
=============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getReadConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadConcern()
=========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getReadPreference.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getReadPreference()
============================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getTypeMap.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\\Bucket::getTypeMap()
=====================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
docs/reference/method/MongoDBGridFSBucket-getWriteConcern.txt
View file @
a0966831
...
...
@@ -2,6 +2,8 @@
MongoDB\\GridFS\Bucket::getWriteConcern()
=========================================
.. versionadded:: 1.2
.. default-domain:: mongodb
.. contents:: On this page
...
...
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