@@ -58,41 +58,80 @@ Methods
58
58
.. toctree::
59
59
:titlesonly:
60
60
61
- /reference/method/MongoDBCollection__construct
62
- /reference/method/MongoDBCollection-aggregate
63
- /reference/method/MongoDBCollection-bulkWrite
64
- /reference/method/MongoDBCollection-count
65
- /reference/method/MongoDBCollection-countDocuments
66
- /reference/method/MongoDBCollection-createIndex
67
- /reference/method/MongoDBCollection-createIndexes
68
- /reference/method/MongoDBCollection-deleteMany
69
- /reference/method/MongoDBCollection-deleteOne
70
- /reference/method/MongoDBCollection-distinct
71
- /reference/method/MongoDBCollection-drop
72
- /reference/method/MongoDBCollection-dropIndex
73
- /reference/method/MongoDBCollection-dropIndexes
74
- /reference/method/MongoDBCollection-estimatedDocumentCount
75
- /reference/method/MongoDBCollection-explain
76
- /reference/method/MongoDBCollection-find
77
- /reference/method/MongoDBCollection-findOne
78
- /reference/method/MongoDBCollection-findOneAndDelete
79
- /reference/method/MongoDBCollection-findOneAndReplace
80
- /reference/method/MongoDBCollection-findOneAndUpdate
81
- /reference/method/MongoDBCollection-getCollectionName
82
- /reference/method/MongoDBCollection-getDatabaseName
83
- /reference/method/MongoDBCollection-getManager
84
- /reference/method/MongoDBCollection-getNamespace
85
- /reference/method/MongoDBCollection-getReadConcern
86
- /reference/method/MongoDBCollection-getReadPreference
87
- /reference/method/MongoDBCollection-getTypeMap
88
- /reference/method/MongoDBCollection-getWriteConcern
89
- /reference/method/MongoDBCollection-insertMany
90
- /reference/method/MongoDBCollection-insertOne
91
- /reference/method/MongoDBCollection-listIndexes
92
- /reference/method/MongoDBCollection-mapReduce
93
- /reference/method/MongoDBCollection-rename
94
- /reference/method/MongoDBCollection-replaceOne
95
- /reference/method/MongoDBCollection-updateMany
96
- /reference/method/MongoDBCollection-updateOne
97
- /reference/method/MongoDBCollection-watch
98
- /reference/method/MongoDBCollection-withOptions
61
+ __construct() </reference/method/MongoDBCollection__construct>
62
+ aggregate() </reference/method/MongoDBCollection-aggregate>
63
+ bulkWrite() </reference/method/MongoDBCollection-bulkWrite>
64
+ count() </reference/method/MongoDBCollection-count>
65
+ countDocuments() </reference/method/MongoDBCollection-countDocuments>
66
+ createIndex() </reference/method/MongoDBCollection-createIndex>
67
+ createIndexes() </reference/method/MongoDBCollection-createIndexes>
68
+ deleteMany() </reference/method/MongoDBCollection-deleteMany>
69
+ deleteOne() </reference/method/MongoDBCollection-deleteOne>
70
+ distinct() </reference/method/MongoDBCollection-distinct>
71
+ drop() </reference/method/MongoDBCollection-drop>
72
+ dropIndex() </reference/method/MongoDBCollection-dropIndex>
73
+ dropIndexes() </reference/method/MongoDBCollection-dropIndexes>
74
+ estimatedDocumentCount() </reference/method/MongoDBCollection-estimatedDocumentCount>
75
+ explain() </reference/method/MongoDBCollection-explain>
76
+ find() </reference/method/MongoDBCollection-find>
77
+ findOne() </reference/method/MongoDBCollection-findOne>
78
+ findOneAndDelete() </reference/method/MongoDBCollection-findOneAndDelete>
79
+ findOneAndReplace() </reference/method/MongoDBCollection-findOneAndReplace>
80
+ findOneAndUpdate() </reference/method/MongoDBCollection-findOneAndUpdate>
81
+ getCollectionName() </reference/method/MongoDBCollection-getCollectionName>
82
+ getDatabaseName() </reference/method/MongoDBCollection-getDatabaseName>
83
+ getManager() </reference/method/MongoDBCollection-getManager>
84
+ getNamespace() </reference/method/MongoDBCollection-getNamespace>
85
+ getReadConcern() </reference/method/MongoDBCollection-getReadConcern>
86
+ getReadPreference() </reference/method/MongoDBCollection-getReadPreference>
87
+ getTypeMap() </reference/method/MongoDBCollection-getTypeMap>
88
+ getWriteConcern() </reference/method/MongoDBCollection-getWriteConcern>
89
+ insertMany() </reference/method/MongoDBCollection-insertMany>
90
+ insertOne() </reference/method/MongoDBCollection-insertOne>
91
+ listIndexes() </reference/method/MongoDBCollection-listIndexes>
92
+ mapReduce() </reference/method/MongoDBCollection-mapReduce>
93
+ rename() </reference/method/MongoDBCollection-rename>
94
+ replaceOne() </reference/method/MongoDBCollection-replaceOne>
95
+ updateMany() </reference/method/MongoDBCollection-updateMany>
96
+ updateOne() </reference/method/MongoDBCollection-updateOne>
97
+ watch() </reference/method/MongoDBCollection-watch>
98
+ withOptions() </reference/method/MongoDBCollection-withOptions>
99
+
100
+ - :phpmethod:`MongoDB\\Collection::__construct()`
101
+ - :phpmethod:`MongoDB\\Collection::aggregate()`
102
+ - :phpmethod:`MongoDB\\Collection::bulkWrite()`
103
+ - :phpmethod:`MongoDB\\Collection::count()`
104
+ - :phpmethod:`MongoDB\\Collection::countDocuments()`
105
+ - :phpmethod:`MongoDB\\Collection::createIndex()`
106
+ - :phpmethod:`MongoDB\\Collection::createIndexes()`
107
+ - :phpmethod:`MongoDB\\Collection::deleteMany()`
108
+ - :phpmethod:`MongoDB\\Collection::deleteOne()`
109
+ - :phpmethod:`MongoDB\\Collection::distinct()`
110
+ - :phpmethod:`MongoDB\\Collection::drop()`
111
+ - :phpmethod:`MongoDB\\Collection::dropIndex()`
112
+ - :phpmethod:`MongoDB\\Collection::dropIndexes()`
113
+ - :phpmethod:`MongoDB\\Collection::estimatedDocumentCount()`
114
+ - :phpmethod:`MongoDB\\Collection::explain()`
115
+ - :phpmethod:`MongoDB\\Collection::find()`
116
+ - :phpmethod:`MongoDB\\Collection::findOne()`
117
+ - :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
118
+ - :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
119
+ - :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
120
+ - :phpmethod:`MongoDB\\Collection::getCollectionName()`
121
+ - :phpmethod:`MongoDB\\Collection::getDatabaseName()`
122
+ - :phpmethod:`MongoDB\\Collection::getManager()`
123
+ - :phpmethod:`MongoDB\\Collection::getNamespace()`
124
+ - :phpmethod:`MongoDB\\Collection::getReadConcern()`
125
+ - :phpmethod:`MongoDB\\Collection::getReadPreference()`
126
+ - :phpmethod:`MongoDB\\Collection::getTypeMap()`
127
+ - :phpmethod:`MongoDB\\Collection::getWriteConcern()`
128
+ - :phpmethod:`MongoDB\\Collection::insertMany()`
129
+ - :phpmethod:`MongoDB\\Collection::insertOne()`
130
+ - :phpmethod:`MongoDB\\Collection::listIndexes()`
131
+ - :phpmethod:`MongoDB\\Collection::mapReduce()`
132
+ - :phpmethod:`MongoDB\\Collection::rename()`
133
+ - :phpmethod:`MongoDB\\Collection::replaceOne()`
134
+ - :phpmethod:`MongoDB\\Collection::updateMany()`
135
+ - :phpmethod:`MongoDB\\Collection::updateOne()`
136
+ - :phpmethod:`MongoDB\\Collection::watch()`
137
+ - :phpmethod:`MongoDB\\Collection::withOptions()`
0 commit comments