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