• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/controller/export/exportaction.php
  • Класс: BitrixTranslateControllerExportExportAction
  • Вызов: ExportAction::getDownloadingParameters
public function getDownloadingParameters(): array
{
	return [
		'fileName' => $this->exportFileName,
		'filePath' => $this->exportFilePath,
		'fileType' => $this->exportFileType,
		'fileSize' => $this->exportFileSize,
	];
}