Beispiel #1
0
 public function rewind()
 {
     parent::rewind();
     $this->filter();
 }
Beispiel #2
0
 public function rewind()
 {
     $this->count = 0;
     parent::rewind();
 }