예제 #1
0
 /**
  * Iterator: move pointer to next item
  *
  * @return void
  */
 public function next()
 {
     $this->dataSource->next();
     $this->position++;
 }
 /**
  * Iterator: move pointer to next item
  *
  * @return void
  */
 public function next()
 {
     $this->zfResultSet->next();
 }