Пример #1
0
 public function groupBy($field)
 {
     $this->query->groupBy($field);
     return $this;
 }