Ejemplo n.º 1
0
 public function reset()
 {
     $this->last_id = $this->starting_id;
     parent::reset();
 }
Ejemplo n.º 2
0
 public function reset()
 {
     $this->current_offset = $this->starting_offset;
     parent::reset();
 }