apiargs-MongoDBClient-method-dropDatabase-param.yaml 297 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
source:
  ref: $databaseName
  file: apiargs-common-param.yaml
arg_name: param
interface: phpmethod
operation: MongoDB\\Client::dropDatabase
---
source:
  ref: $options
  file: apiargs-common-param.yaml
arg_name: param
interface: phpmethod
operation: MongoDB\\Client::dropDatabase
position: 2
...