apiargs-MongoDBDatabase-method-command-param.yaml 332 Bytes
Newer Older
1 2
arg_name: param
name: $command
3
type: array|object
4
description: |
5
  The :manual:`database command </reference/command>` document.
6 7 8 9 10 11 12 13 14 15 16
interface: phpmethod
operation: MongoDB\\Database::command
optional: false
position: 1
---
source:
  file: apiargs-common-param.yaml
  ref: $options
operation: MongoDB\\Database::command
position: 2
...