Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function next()
 {
     parent::next();
     $this->currentDocument = $this->getCursor()->getNext();
     if (null === $this->currentDocument) {
         $this->currentDocument = false;
     }
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function next()
 {
     parent::next();
     $this->entity = $this->getNextEntity();
 }