3 declare(strict_types=1);
39 public function start(
string $download_file_name,
string $mime_type = MimeType::APPLICATION__OCTET_STREAM): void
42 $ilClientIniFile = $DIC[
'ilClientIniFile'];
47 $this->
ilFileDelivery->setConvertFileNameToAsci((
bool) !$ilClientIniFile->readVariable(
'file_access',
'disable_ascii'));
56 public function stop(): void
start(string $download_file_name, string $mime_type=MimeType::APPLICATION__OCTET_STREAM)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
trait HttpServiceAware
Trait HttpServiceAware.
Class ilPHPOutputDelivery.