コード例 #1
0
 public function reset()
 {
     $this->last_id = $this->starting_id;
     parent::reset();
 }
コード例 #2
0
 public function reset()
 {
     $this->current_offset = $this->starting_offset;
     parent::reset();
 }