Example #1
0
 public function groupBy($key)
 {
     self::$grouped = $key;
     return $this;
 }