reset() защищенный Метод

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