Commit 9a5c329e authored by Jeremy Mikola's avatar Jeremy Mikola

Use common param for $manager

parent 6d4a1d31
source: source:
file: apiargs-MongoDBCollection-method-construct-param.yaml file: apiargs-common-param.yaml
ref: $manager ref: $manager
operation: MongoDB\\Database::__construct operation: MongoDB\\Database::__construct
position: 1 position: 1
...@@ -11,8 +11,8 @@ operation: MongoDB\\Database::__construct ...@@ -11,8 +11,8 @@ operation: MongoDB\\Database::__construct
position: 2 position: 2
--- ---
source: source:
ref: $options
file: apiargs-common-param.yaml file: apiargs-common-param.yaml
operation: MongoDB\\Database::__construct ref: $options
operation: MongoDB\\Collection::__construct
position: 3 position: 3
... ...
arg_name: param 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: ~
optional: false
position: 1
---
arg_name: param
name: $databaseName name: $databaseName
type: string type: string
description: | description: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment