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