| Fully Qualified Name: | Laminas\Cache\Storage\Adapter\ExtMongoDbResourceManager |
Resource manager for the ext-mongodb adapter.
If you are using ext-mongo, use the MongoDbResourceManager instead.
| Name | Description | Defined By |
|---|---|---|
| getCollection() | ExtMongoDbResourceManager | |
| getConnectionOptions() | ExtMongoDbResourceManager | |
| getDatabase() | ExtMongoDbResourceManager | |
| getDriverOptions() | ExtMongoDbResourceManager | |
| getResource() | Instantiate and return the Collection resource | ExtMongoDbResourceManager |
| getServer() | ExtMongoDbResourceManager | |
| hasResource() | Check if a resource exists | ExtMongoDbResourceManager |
| setCollection() | ExtMongoDbResourceManager | |
| setConnectionOptions() | ExtMongoDbResourceManager | |
| setDatabase() | ExtMongoDbResourceManager | |
| setDriverOptions() | ExtMongoDbResourceManager | |
| setResource() | Set a resource | ExtMongoDbResourceManager |
| setServer() | ExtMongoDbResourceManager |
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: string
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: array
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: string
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: array
Instantiate and return the Collection resource
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: \Collection
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: null|string
Check if a resource exists
| Parameter Name | Type | Description |
|---|---|---|
| $id | string |
Returns: bool
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $collection | string |
Returns: void
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $connectionOptions | array |
Returns: void
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $database | string |
Returns: void
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $driverOptions | array |
Returns: void
Set a resource
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $resource | array|\Collection |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $id | string | |
| $server | string |
Returns: void