• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/controller/testzipnginxdownload.php
  • Класс: BitrixDiskControllerTestZipNginxDownload
  • Вызов: TestZipNginxDownload::configureActions
public function configureActions()
{
	return [
		'download' => [
			'prefilters' => [
				new CloseSession(),
				new HttpMethod([HttpMethod::METHOD_GET])
			],
		],
	];
}