示例#1
0
 /**
  * Rewind the Iterator to the first element.
  */
 public function rewind()
 {
     $this->resourceLoader->reset();
     $this->counter = 0;
     $this->pageIterator = NULL;
 }
 /**
  * Rewind the Iterator to the first element.
  */
 public function rewind()
 {
     $this->resourceLoader->reset();
     $this->counter = 0;
 }