File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ class DropDatabase implements Executable
22
22
/**
23
23
* Constructs a dropDatabase command.
24
24
*
25
+ * Supported options:
26
+ *
27
+ * * typeMap (array): Type map for BSON deserialization. This will be used
28
+ * for the returned command result document.
29
+ *
25
30
* @param string $databaseName Database name
26
31
* @param array $options Command options
27
32
*/
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ class DropIndexes implements Executable
23
23
/**
24
24
* Constructs a dropIndexes command.
25
25
*
26
+ * Supported options:
27
+ *
28
+ * * typeMap (array): Type map for BSON deserialization. This will be used
29
+ * for the returned command result document.
30
+ *
26
31
* @param string $databaseName Database name
27
32
* @param string $collectionName Collection name
28
33
* @param string $indexName Index name (use "*" to drop all indexes)
You can’t perform that action at this time.
0 commit comments