• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/infohelper.php
  • Класс: BitrixUIInfoHelper
  • Вызов: InfoHelper::getUrl
static function getUrl(string $url = "/widget2/show/code/", ?string $currentUrl = null)
{
	$notifyUrl = Util::getHelpdeskUrl() . $url;
	$parameters = self::getParameters($currentUrl);

	return CHTTP::urlAddParams($notifyUrl, $parameters, array("encode" => true));
}