Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function rewind()
 {
     $this->cursor->rewind();
     $this->pageNumber = 0;
     $this->pageData = $this->getNextDataPage();
 }