* @package com.woltlab.wcf * @subpackage data * @category Community Framework */ interface IFeedEntry extends IMessage { /** * Returns the number of comments. * * @return integer */ public function getComments(); /** * Returns a list of category names. * * @return array */ public function getCategories(); }