public function EntryInterface::getCategories in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php \Zend\Feed\Reader\Entry\EntryInterface::getCategories()
Get all categories
Return value
2 methods override EntryInterface::getCategories()
- Atom::getCategories in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Get category data as a Reader\Reader_Collection_Category object
- Rss::getCategories in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Get all categories
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 128
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getCategories();