You are here

public function EntryInterface::getCommentLink in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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

EntryInterface

Namespace

Zend\Feed\Reader\Entry

Code

public function getCommentLink();