Beispiel #1
0
 /**
  * @return  $this
  */
 public function distinct()
 {
     $this->query->distinct();
     return $this;
 }