reset() protected method

This is generic but implemented as protected since it's only exposed in MongoCursor
protected reset ( )
Ejemplo n.º 1
0
 /**
  * Clears the cursor
  * @link http://www.php.net/manual/en/mongocursor.reset.php
  * @return void
  */
 public function reset()
 {
     parent::reset();
 }