public function FeedInterface::getTitle in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php \Zend\Feed\Reader\Feed\FeedInterface::getTitle()
Get the feed title
Return value
string|null
2 methods override FeedInterface::getTitle()
- Atom::getTitle in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Atom.php - Get the feed title
- Rss::getTitle in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Rss.php - Get the feed title
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ FeedInterface.php, line 102
Class
Namespace
Zend\Feed\Reader\FeedCode
public function getTitle();