• Модуль: forum
  • Путь к файлу: ~/bitrix/modules/forum/lib/comments/feed.php
  • Класс: BitrixForumCommentsFeed
  • Вызов: Feed::canRead
public function canRead()
{
	return $this->getEntity()->canRead($this->getUser()->getId());
}