• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/requests/helper.php
  • Класс: BitrixSaleDeliveryRequestsHelper
  • Вызов: Helper::getRequestViewLink
static function getRequestViewLink($requestId, $text = '', $languageId = LANGUAGE_ID)
{
	if($text == '')
		$text = strval($requestId);

	return ''.
		htmlspecialcharsbx($text).
		'';
}