Example #1
0
 /**
  * Specify output type for mar/reduce operation.
  *
  * @param array $out
  * @return QueryProxy this instance
  */
 public function out(array $out)
 {
     $this->queryChanged = true;
     return parent::out($out);
 }