You are here

public function Feed::next in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Writer/Feed.php \Zend\Feed\Writer\Feed::next()

Move the feed pointer forward

Return value

void

File

vendor/zendframework/zend-feed/src/Writer/Feed.php, line 191

Class

Feed

Namespace

Zend\Feed\Writer

Code

public function next() {
  ++$this->entriesKey;
}