groupLimit() public method (available since version 2.0.6)
Sets groups limit: to return (no more than) N top matches for each group.
This option will take effect only if groupBy() is set.
| public $this groupLimit ( $limit ) | ||
|---|---|---|
| $limit | integer |
Group limit. |
| return | $this |
The query object itself. |
Please login to continue.