selectCollection() protected method
Selects collection with given name.
| protected yii\mongodb\Collection selectCollection ( $name ) | ||
|---|---|---|
| $name | string |
Collection name. |
| return | yii\mongodb\Collection |
Collection instance. |
selectCollection() protected method
Selects collection with given name.
| protected yii\mongodb\Collection selectCollection ( $name ) | ||
|---|---|---|
| $name | string |
Collection name. |
| return | yii\mongodb\Collection |
Collection instance. |
Please login to continue.