示例#1
0
 /**
  * Specify a reduce operation for this query.
  *
  * @param string $reduce
  * @return QueryProxy this instance
  */
 public function reduce($reduce)
 {
     $this->queryChanged = true;
     return parent::reduce($reduce);
 }