19 declare(strict_types=1);
46 $this->
logger = $DIC->logger()->cal();
92 $zip_name = $input[1];
93 $download_name = $input[0];
95 $this->
logger->debug(
'User interaction download zip ' . $input[0]->
getValue() .
' as ' 98 if ($user_selected_option->
getValue() != self::OPTION_DOWNLOAD) {
99 $this->
logger->info(
'Download canceled');
101 $filesystem = $DIC->filesystem()->temp();
104 $path = LegacyPathHelper::createRelativePath($zip_name->getValue());
108 if (!is_null(
$path) && $filesystem->has(
$path)) {
109 $filesystem->deleteDir(dirname(
$path));
113 return $download_name;
116 $this->
logger->info(
"Delivering File.");
119 $download_name->getValue(),
120 $zip_name->getValue(),
121 MimeType::APPLICATION__ZIP
125 return $download_name;
interaction(array $input, Option $user_selected_option, Bucket $bucket)
getInputTypes()
Type[] A list of types that are taken as input.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static deliverFileAttached(string $path_to_file, ?string $download_file_name=null, ?string $mime_type=null, bool $delete_file=false)
Description of class class.