apiargs-MongoDBCollection-method-construct-param.yaml 786 Bytes
arg_name: param
name: $manager
type: :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>`
description: |
  The :php:`Manager <mongodb-driver-manager>` instance from the driver.
  The manager maintains connections between the driver and your MongoDB
  instances.
interface: phpmethod
operation: MongoDB\\Collection::__construct
optional: false
position: 1
---
source:
  ref: $databaseName
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::__construct
replacement:
  select: ""
position: 2
---
source:
  ref: $collectionName
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::__construct
replacement:
  select: ""
position: 3
---
source:
  ref: $options
  file: apiargs-common-param.yaml
operation: MongoDB\\Collection::__construct
position: 4
...