You are here

public function FeedInterface::getCategories in Zircon Profile 8

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

Get all categories

Return value

\Zend\Feed\Reader\Collection\Category

2 methods override FeedInterface::getCategories()
Atom::getCategories in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Get all categories
Rss::getCategories in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Get all categories

File

vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php, line 109

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getCategories();