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