3 declare(strict_types=1);
29 $this->
logger = $DIC->logger()->cal();
65 $this->
logger->debug(
'Start zipping input dir!');
66 $tmpdir = $input[0]->getValue();
67 $this->
logger->debug(
'Zipping directory:' . $tmpdir);
75 $zip_file_name->setValue($tmpdir .
'.zip');
76 return $zip_file_name;
getExpectedTimeOfTaskInSeconds()
int the amount of seconds this task usually taskes. If your task-duration scales with the the amount ...
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
Description of class class.
static zip(string $a_dir, string $a_file, bool $compress_content=false)
zips given directory/file into given zip.file
run(array $input, Observer $observer)