partial() public method

public partial ( boolean $okay = true ) : MongoCursor
$okay boolean [optional]

If receiving partial results is okay.

return MongoCursor Returns this cursor.
Esempio n. 1
0
 public function partial($okay = true)
 {
     parent::partial($okay);
     return $this;
 }