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