You are here

public function FeedInterface::getFeedLink in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php \Zend\Feed\Reader\Feed\FeedInterface::getFeedLink()

Get a link to the XML feed

Return value

string|null

2 methods override FeedInterface::getFeedLink()
Atom::getFeedLink in vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php
Get a link to the feed's XML Url
Rss::getFeedLink in vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php
Get a link to the feed XML

File

vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php, line 95

Class

FeedInterface

Namespace

Zend\Feed\Reader\Feed

Code

public function getFeedLink();