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
fbf6eb2c
Commit
fbf6eb2c
authored
Jul 16, 2019
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add references to Client and Database watch() methods
parent
13a2f7f6
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
0 deletions
+20
-0
MongoDBChangeStream-current.txt
docs/reference/method/MongoDBChangeStream-current.txt
+2
-0
MongoDBChangeStream-getCursorId.txt
docs/reference/method/MongoDBChangeStream-getCursorId.txt
+2
-0
MongoDBChangeStream-key.txt
docs/reference/method/MongoDBChangeStream-key.txt
+2
-0
MongoDBChangeStream-next.txt
docs/reference/method/MongoDBChangeStream-next.txt
+2
-0
MongoDBChangeStream-rewind.txt
docs/reference/method/MongoDBChangeStream-rewind.txt
+2
-0
MongoDBChangeStream-valid.txt
docs/reference/method/MongoDBChangeStream-valid.txt
+2
-0
MongoDBClient-watch.txt
docs/reference/method/MongoDBClient-watch.txt
+2
-0
MongoDBCollection-watch.txt
docs/reference/method/MongoDBCollection-watch.txt
+2
-0
MongoDBDatabase-watch.txt
docs/reference/method/MongoDBDatabase-watch.txt
+2
-0
result-classes.txt
docs/reference/result-classes.txt
+2
-0
No files found.
docs/reference/method/MongoDBChangeStream-current.txt
View file @
fbf6eb2c
...
...
@@ -96,7 +96,9 @@ script was iterating the change stream, the output would then resemble:
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`Iterator::current() <iterator.current>`
- :ref:`Tailable Cursor Iteration <php-tailable-cursor>`
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
...
...
docs/reference/method/MongoDBChangeStream-getCursorId.txt
View file @
fbf6eb2c
...
...
@@ -53,6 +53,8 @@ The output would then resemble::
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`MongoDB\\Driver\\CursorId <class.mongodb-driver-cursorid>`
- :php:`MongoDB\\Driver\\Cursor::getId() <manual/en/mongodb-driver-cursor.getid.php>`
docs/reference/method/MongoDBChangeStream-key.txt
View file @
fbf6eb2c
...
...
@@ -68,7 +68,9 @@ script was iterating the change stream, the output would then resemble:
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`Iterator::key() <iterator.key>`
- :ref:`Tailable Cursor Iteration <php-tailable-cursor>`
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
\ No newline at end of file
docs/reference/method/MongoDBChangeStream-next.txt
View file @
fbf6eb2c
...
...
@@ -36,7 +36,9 @@ Errors/Exceptions
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`Iterator::next() <iterator.next>`
- :ref:`Tailable Cursor Iteration <php-tailable-cursor>`
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
docs/reference/method/MongoDBChangeStream-rewind.txt
View file @
fbf6eb2c
...
...
@@ -46,7 +46,9 @@ advanced).
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`Iterator::rewind() <iterator.rewind>`
- :ref:`Tailable Cursor Iteration <php-tailable-cursor>`
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
docs/reference/method/MongoDBChangeStream-valid.txt
View file @
fbf6eb2c
...
...
@@ -34,7 +34,9 @@ A boolean indicating whether there is a current event in the change stream.
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :php:`Iterator::valid() <iterator.valid>`
- :ref:`Tailable Cursor Iteration <php-tailable-cursor>`
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
docs/reference/method/MongoDBClient-watch.txt
View file @
fbf6eb2c
...
...
@@ -114,6 +114,8 @@ script was iterating the change stream, the output would then resemble:
See Also
--------
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :manual:`Aggregation Pipeline </core/aggregation-pipeline>` documentation in
the MongoDB Manual
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
...
...
docs/reference/method/MongoDBCollection-watch.txt
View file @
fbf6eb2c
...
...
@@ -114,6 +114,8 @@ script was iterating the change stream, the output would then resemble:
See Also
--------
- :phpmethod:`MongoDB\\Client::watch()`
- :phpmethod:`MongoDB\\Database::watch()`
- :manual:`Aggregation Pipeline </core/aggregation-pipeline>` documentation in
the MongoDB Manual
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
...
...
docs/reference/method/MongoDBDatabase-watch.txt
View file @
fbf6eb2c
...
...
@@ -113,6 +113,8 @@ script was iterating the change stream, the output would then resemble:
See Also
--------
- :phpmethod:`MongoDB\\Collection::watch()`
- :phpmethod:`MongoDB\\Client::watch()`
- :manual:`Aggregation Pipeline </core/aggregation-pipeline>` documentation in
the MongoDB Manual
- :manual:`Change Streams </changeStreams>` documentation in the MongoDB manual
...
...
docs/reference/result-classes.txt
View file @
fbf6eb2c
...
...
@@ -22,6 +22,8 @@ Definition
This class extends PHP's :php:`Iterator <manual/en/class.iterator.php>`
interface. An instance of this class is returned by
:phpmethod:`MongoDB\\Client::watch()`,
:phpmethod:`MongoDB\\Database::watch()`, and
:phpmethod:`MongoDB\\Collection::watch()`.
This class allows for iteration of events in a change stream. It also allows
...
...
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