• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/controller/diskfile.php
  • Класс: BitrixLandingControllerDiskFile
  • Вызов: DiskFile::getDownloadLink
static function getDownloadLink(string $scope, int $blockId, ?int $fileId = null): string
{
	return str_replace(
		['#scope#', '#blockId#', '#fileId#'],
		[$scope, $blockId, $fileId ?: '#fileId#'],
		self::FILE_DOWNLOAD_URL . '&ver=' . time()
	);
}