arg_name: param name: $manager type: :php:`MongoDB\\Driver\\Manager ` description: | The :php:`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 ...