@@ -58,46 +58,90 @@ 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-createSearchIndex
69
- /reference/method/MongoDBCollection-createSearchIndexes
70
- /reference/method/MongoDBCollection-deleteMany
71
- /reference/method/MongoDBCollection-deleteOne
72
- /reference/method/MongoDBCollection-distinct
73
- /reference/method/MongoDBCollection-drop
74
- /reference/method/MongoDBCollection-dropIndex
75
- /reference/method/MongoDBCollection-dropIndexes
76
- /reference/method/MongoDBCollection-dropSearchIndex
77
- /reference/method/MongoDBCollection-estimatedDocumentCount
78
- /reference/method/MongoDBCollection-explain
79
- /reference/method/MongoDBCollection-find
80
- /reference/method/MongoDBCollection-findOne
81
- /reference/method/MongoDBCollection-findOneAndDelete
82
- /reference/method/MongoDBCollection-findOneAndReplace
83
- /reference/method/MongoDBCollection-findOneAndUpdate
84
- /reference/method/MongoDBCollection-getCollectionName
85
- /reference/method/MongoDBCollection-getDatabaseName
86
- /reference/method/MongoDBCollection-getManager
87
- /reference/method/MongoDBCollection-getNamespace
88
- /reference/method/MongoDBCollection-getReadConcern
89
- /reference/method/MongoDBCollection-getReadPreference
90
- /reference/method/MongoDBCollection-getTypeMap
91
- /reference/method/MongoDBCollection-getWriteConcern
92
- /reference/method/MongoDBCollection-insertMany
93
- /reference/method/MongoDBCollection-insertOne
94
- /reference/method/MongoDBCollection-listIndexes
95
- /reference/method/MongoDBCollection-listSearchIndexes
96
- /reference/method/MongoDBCollection-mapReduce
97
- /reference/method/MongoDBCollection-rename
98
- /reference/method/MongoDBCollection-replaceOne
99
- /reference/method/MongoDBCollection-updateMany
100
- /reference/method/MongoDBCollection-updateOne
101
- /reference/method/MongoDBCollection-updateSearchIndex
102
- /reference/method/MongoDBCollection-watch
103
- /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
+ createSearchIndex() </reference/method/MongoDBCollection-createSearchIndex>
69
+ createSearchIndexes() </reference/method/MongoDBCollection-createSearchIndexes>
70
+ deleteMany() </reference/method/MongoDBCollection-deleteMany>
71
+ deleteOne() </reference/method/MongoDBCollection-deleteOne>
72
+ distinct() </reference/method/MongoDBCollection-distinct>
73
+ drop() </reference/method/MongoDBCollection-drop>
74
+ dropIndex() </reference/method/MongoDBCollection-dropIndex>
75
+ dropIndexes() </reference/method/MongoDBCollection-dropIndexes>
76
+ dropSearchIndex() </reference/method/MongoDBCollection-dropSearchIndex>
77
+ estimatedDocumentCount() </reference/method/MongoDBCollection-estimatedDocumentCount>
78
+ explain() </reference/method/MongoDBCollection-explain>
79
+ find() </reference/method/MongoDBCollection-find>
80
+ findOne() </reference/method/MongoDBCollection-findOne>
81
+ findOneAndDelete() </reference/method/MongoDBCollection-findOneAndDelete>
82
+ findOneAndReplace() </reference/method/MongoDBCollection-findOneAndReplace>
83
+ findOneAndUpdate() </reference/method/MongoDBCollection-findOneAndUpdate>
84
+ getCollectionName() </reference/method/MongoDBCollection-getCollectionName>
85
+ getDatabaseName() </reference/method/MongoDBCollection-getDatabaseName>
86
+ getManager() </reference/method/MongoDBCollection-getManager>
87
+ getNamespace() </reference/method/MongoDBCollection-getNamespace>
88
+ getReadConcern() </reference/method/MongoDBCollection-getReadConcern>
89
+ getReadPreference() </reference/method/MongoDBCollection-getReadPreference>
90
+ getTypeMap() </reference/method/MongoDBCollection-getTypeMap>
91
+ getWriteConcern() </reference/method/MongoDBCollection-getWriteConcern>
92
+ insertMany() </reference/method/MongoDBCollection-insertMany>
93
+ insertOne() </reference/method/MongoDBCollection-insertOne>
94
+ listIndexes() </reference/method/MongoDBCollection-listIndexes>
95
+ listSearchIndexes() </reference/method/MongoDBCollection-listSearchIndexes>
96
+ mapReduce() </reference/method/MongoDBCollection-mapReduce>
97
+ rename() </reference/method/MongoDBCollection-rename>
98
+ replaceOne() </reference/method/MongoDBCollection-replaceOne>
99
+ updateMany() </reference/method/MongoDBCollection-updateMany>
100
+ updateOne() </reference/method/MongoDBCollection-updateOne>
101
+ updateSearchIndex() </reference/method/MongoDBCollection-updateSearchIndex>
102
+ watch() </reference/method/MongoDBCollection-watch>
103
+ withOptions() </reference/method/MongoDBCollection-withOptions>
104
+
105
+ - :phpmethod:`MongoDB\\Collection::__construct()`
106
+ - :phpmethod:`MongoDB\\Collection::aggregate()`
107
+ - :phpmethod:`MongoDB\\Collection::bulkWrite()`
108
+ - :phpmethod:`MongoDB\\Collection::count()`
109
+ - :phpmethod:`MongoDB\\Collection::countDocuments()`
110
+ - :phpmethod:`MongoDB\\Collection::createIndex()`
111
+ - :phpmethod:`MongoDB\\Collection::createIndexes()`
112
+ - :phpmethod:`MongoDB\\Collection::createSearchIndex()`
113
+ - :phpmethod:`MongoDB\\Collection::createSearchIndexes()`
114
+ - :phpmethod:`MongoDB\\Collection::deleteMany()`
115
+ - :phpmethod:`MongoDB\\Collection::deleteOne()`
116
+ - :phpmethod:`MongoDB\\Collection::distinct()`
117
+ - :phpmethod:`MongoDB\\Collection::drop()`
118
+ - :phpmethod:`MongoDB\\Collection::dropIndex()`
119
+ - :phpmethod:`MongoDB\\Collection::dropIndexes()`
120
+ - :phpmethod:`MongoDB\\Collection::dropSearchIndex()`
121
+ - :phpmethod:`MongoDB\\Collection::estimatedDocumentCount()`
122
+ - :phpmethod:`MongoDB\\Collection::explain()`
123
+ - :phpmethod:`MongoDB\\Collection::find()`
124
+ - :phpmethod:`MongoDB\\Collection::findOne()`
125
+ - :phpmethod:`MongoDB\\Collection::findOneAndDelete()`
126
+ - :phpmethod:`MongoDB\\Collection::findOneAndReplace()`
127
+ - :phpmethod:`MongoDB\\Collection::findOneAndUpdate()`
128
+ - :phpmethod:`MongoDB\\Collection::getCollectionName()`
129
+ - :phpmethod:`MongoDB\\Collection::getDatabaseName()`
130
+ - :phpmethod:`MongoDB\\Collection::getManager()`
131
+ - :phpmethod:`MongoDB\\Collection::getNamespace()`
132
+ - :phpmethod:`MongoDB\\Collection::getReadConcern()`
133
+ - :phpmethod:`MongoDB\\Collection::getReadPreference()`
134
+ - :phpmethod:`MongoDB\\Collection::getTypeMap()`
135
+ - :phpmethod:`MongoDB\\Collection::getWriteConcern()`
136
+ - :phpmethod:`MongoDB\\Collection::insertMany()`
137
+ - :phpmethod:`MongoDB\\Collection::insertOne()`
138
+ - :phpmethod:`MongoDB\\Collection::listIndexes()`
139
+ - :phpmethod:`MongoDB\\Collection::listSearchIndexes()`
140
+ - :phpmethod:`MongoDB\\Collection::mapReduce()`
141
+ - :phpmethod:`MongoDB\\Collection::rename()`
142
+ - :phpmethod:`MongoDB\\Collection::replaceOne()`
143
+ - :phpmethod:`MongoDB\\Collection::updateMany()`
144
+ - :phpmethod:`MongoDB\\Collection::updateOne()`
145
+ - :phpmethod:`MongoDB\\Collection::updateSearchIndex()`
146
+ - :phpmethod:`MongoDB\\Collection::watch()`
147
+ - :phpmethod:`MongoDB\\Collection::withOptions()`
0 commit comments