Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function batchSize($num)
 {
     $this->cursor->batchSize($num);
     return $this;
 }