Overrides SelectInterface::groupBy
public function groupBy($field) { $this->query ->groupBy($field); return $this; }