/** * @see Collection::mapReduce() */ public function mapReduce($map, $reduce, $out = array('inline' => true), array $query = array(), array $options = array()) { $this->log(array('mapReduce' => true, 'map' => $map, 'reduce' => $reduce, 'out' => $out, 'query' => $query, 'options' => $options)); return parent::mapReduce($map, $reduce, $out, $query, $options); }