コード例 #1
0
ファイル: EagerCursor.php プロジェクト: shuffleld/mongodb
 /**
  * {@inheritdoc}
  */
 public function batchSize($num)
 {
     $this->cursor->batchSize($num);
     return $this;
 }