public function EntryInterface::getCommentFeedLink 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::getCommentFeedLink()
Returns a URI pointing to a feed of all comments for this entry
Return value
string
2 methods override EntryInterface::getCommentFeedLink()
- Atom::getCommentFeedLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Returns a URI pointing to a feed of all comments for this entry
- Rss::getCommentFeedLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Returns a URI pointing to a feed of all comments for this entry
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 121
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getCommentFeedLink();