public function FeedInterface::getLink 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::getLink()
Get a link to the HTML source
Return value
string|null
2 methods override FeedInterface::getLink()
- Atom::getLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Atom.php - Get a link to the source website
- Rss::getLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ Rss.php - Get a link to the feed
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Feed/ FeedInterface.php, line 88
Class
Namespace
Zend\Feed\Reader\FeedCode
public function getLink();