You are here

public function EntryInterface::getCommentCount 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::getCommentCount()

Get the number of comments/replies for current entry

Return value

int

2 methods override EntryInterface::getCommentCount()
Atom::getCommentCount in vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php
Get the number of comments/replies for current entry
Rss::getCommentCount in vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php
Get the number of comments/replies for current entry

File

vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php, line 107

Class

EntryInterface

Namespace

Zend\Feed\Reader\Entry

Code

public function getCommentCount();