• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/forum/comment.php
  • Класс: BitrixTasksIntegrationForumComment
  • Вызов: Comment::makeUrlHash
static function makeUrlHash($commentId)
{
	$commentId = intval($commentId);
	if($commentId)
	{
		return static::getUrlHashPrefix().$commentId;
	}

	return '';
}