43 $this->
logger = $DIC->logger()->cal();
44 $this->archives = $DIC->archives();
84 $this->
logger->debug(
'Start zipping input dir!');
85 $this->
logger->dump($input);
86 $string = $input[0]->getValue();
87 $tmpdir = rtrim((
string) $string,
"/");
88 $this->
logger->debug(
'Zipping directory:' . $tmpdir);
89 $zip_name = $tmpdir .
'.zip';
91 $zip = $this->archives->zip([]);
92 $zip->addDirectory($tmpdir);
93 $zip_stream = $zip->get();
94 stream_copy_to_stream($zip_stream->detach(), fopen($zip_name,
'wb'));
100 $zip_file_name->setValue($zip_name);
102 return $zip_file_name;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static delDir(string $a_dir, bool $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
getExpectedTimeOfTaskInSeconds()
int the amount of seconds this task usually taskes. If your task-duration scales with the the amount ...
run(array $input, Observer $observer)
Description of class class.