setQueryBuilder() public method (available since version 2.1)
Sets the query builder for the this MongoDB connection.
public void setQueryBuilder ( $queryBuilder ) | ||
---|---|---|
$queryBuilder | yii\mongodb\QueryBuilder|array|string|null |
The query builder for this MongoDB connection. |
Please login to continue.