-
Notifications
You must be signed in to change notification settings - Fork 1
GroupByTrait
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Database\Criteria\Traits\GroupByTrait
Trait that adds information for grouping results
| Name | Description |
|---|---|
| getGroupBy | Gets group by value |
| setGroupBy | Sets group by |
Description
public getGroupBy (void)Gets group by value
Parameters
This function has no parameters.
Return Values
string
Description
public setGroupBy (string $group)Sets group by
Parameters
(string) $group
Return Values
self