You are here

public function AbstractFeed::rewind in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php \Zend\Feed\Reader\AbstractFeed::rewind()
  2. 8 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::rewind()
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php \Zend\Feed\Reader\Feed\AbstractFeed::rewind()

Reset the pointer in the feed object

File

vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php, line 231

Class

AbstractFeed

Namespace

Zend\Feed\Reader\Feed

Code

public function rewind() {
  $this->entriesKey = 0;
}