/** * {@inheritdoc} */ public function batchSize($num) { $this->cursor->batchSize($num); return $this; }