apiargs-MongoDBCollection-method-insertOne-param.yaml 322 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
arg_name: param
name: $document
type: array|object
description: |
  The document to insert into the collection.
interface: phpmethod
operation: MongoDB\\Collection::insertOne
optional: false
position: 1
---
source:
  file: apiargs-common-param.yaml
  ref: $options
operation: MongoDB\\Collection::insertOne
position: 2
...