public function EntryInterface::getContent 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::getContent()
Get the entry content
Return value
string
2 methods override EntryInterface::getContent()
- Atom::getContent in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Get the entry content
- Rss::getContent in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Get the entry content
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 36
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getContent();