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