Example #1
0
 /**
  * Resets pointer of database resultset
  *
  * @return void
  */
 public function rewind()
 {
     $this->iterator->rewind();
 }