Ejemplo n.º 1
0
 /**
  * Set whether this query should be distinct or not.
  *
  * @param bool $value
  * @return DataQuery
  */
 public function distinct($value)
 {
     $this->query->setDistinct($value);
     return $this;
 }