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