Commit graph

9 commits

Author SHA1 Message Date
Jeremy Mikola
bee33290e8 Various fixes for MongoDB\Driver\ServerApi
Include ServerApi alongside other MongoDB\Driver classes.
Nest ServerApi examples <section> within <partinfo> block.
Fix character case in ServerApi method page IDs.
Fix typos in ServerApi version info and add missing methods.

See: php/doc-en@876a785f36
2021-04-16 21:59:50 -04:00
alcaeus
594b45f55e MongoDB: Document new members for client-side encryption
https://jira.mongodb.org/browse/PHPC-1532

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349039 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-28 07:30:53 +00:00
Jeremy Mikola
04ca316e18 Revise docs for CursorInterface
Replace Traversable with CursorInterface for Cursor class synopsis, but note that CursorInterface extends Traversable in the changelog. Replace "final" modifier with "abstract" for interface methods. Add "See Also" links to Cursor methods. Remove iteration details from setTypeMap(), as those are more relevant to the Cursor implementation. Change order of CursorInterface in MongoDB\Driver class list.

https://jira.mongodb.org/browse/PHPC-1123


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347939 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-05 03:29:38 +00:00
alcaeus
484d7de9fb PHPC-1123: Document new Cursor interface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347931 c90b9560-bf6c-de11-be94-00142212c4b1
2019-09-04 20:12:30 +00:00
Jeremy Mikola
5d5ec0df7b Document MongoDB\Driver\Session API
https://jira.mongodb.org/browse/PHPC-980


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343903 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 21:38:48 +00:00
Jeremy Mikola
3e6f86b5bd ReadConcern, ReadPreference, and WriteConcern for MongoDB
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338263 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-16 01:12:59 +00:00
Jeremy Mikola
95ae6e2ac9 Revise MongoDB\Driver and MongoDB\Driver\BSON titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338045 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-28 20:00:53 +00:00
Jeremy Mikola
82607a90f7 Traversable MongoDB\Driver\Cursor replaces Result class
As of 0.4, the Result and Cursor classes, which were IteratorAggregate and Iterator, respectively, are consolidated into a single, Traversable Cursor class.

https://jira.mongodb.org/browse/PHPC-224


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336451 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-08 05:26:48 +00:00
Hannes Magnusson
8958abfe6c Initial docs for pecl/mongodb
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336188 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-24 18:15:02 +00:00