public function EntryInterface::getCommentLink 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::getCommentLink()
Returns a URI pointing to the HTML page where comments can be made on this entry
Return value
string
2 methods override EntryInterface::getCommentLink()
- Atom::getCommentLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Atom.php - Returns a URI pointing to the HTML page where comments can be made on this entry
- Rss::getCommentLink in vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ Rss.php - Returns a URI pointing to the HTML page where comments can be made on this entry
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ Entry/ EntryInterface.php, line 114
Class
Namespace
Zend\Feed\Reader\EntryCode
public function getCommentLink();