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