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

	return $url;
}