buildCursor() public method
Builds the Mongo cursor for this query.
| public \MongoDB\Driver\Cursor buildCursor ( $db = null ) | ||
|---|---|---|
| $db | yii\mongodb\Connection |
The database connection used to execute the query. |
| return | \MongoDB\Driver\Cursor |
Mongo cursor instance. |
Please login to continue.