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