Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function rewind()
 {
     $this->iterationPos = 0;
     $this->batch = [];
     $this->iterator->rewind();
 }
 /**
  * Rewind the Iterator to the first element
  */
 public function rewind()
 {
     $this->iterator->rewind();
 }