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