fetchRowsInternal() protected method
See also yii\mongodb\Query::fetchRows().
protected array|boolean fetchRowsInternal ( $cursor, $all ) | ||
---|---|---|
$cursor | \MongoDB\Driver\Cursor |
Mongo cursor instance to fetch data from. |
$all | boolean |
Whether to fetch all rows or only first one. |
return | array|boolean |
Result. |
Please login to continue.