You are here

abstract protected function AbstractFeed::indexEntries in Zircon Profile 8

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

Read all entries to the internal entries array

1 call to AbstractFeed::indexEntries()
AbstractFeed::__construct in vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php
Constructor
2 methods override AbstractFeed::indexEntries()
Atom::indexEntries in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Read all entries to the internal entries array
Rss::indexEntries in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Read all entries to the internal entries array

File

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

Class

AbstractFeed

Namespace

Zend\Feed\Reader\Feed

Code

protected abstract function indexEntries();