24 $this->logger =
$GLOBALS[
'DIC']->logger()->exc();
60 $tmpdir = $input[0]->getValue();
62 $this->logger->debug(
"Calling zip...");
63 $this->logger->debug(
"... dir: " . $tmpdir);
64 $this->logger->debug(
"... file: " . $tmpdir .
'.zip');
68 $this->logger->debug(
"Deleting dir: " . $tmpdir);
71 $this->logger->debug(
"Check zip file exists.");
72 if (is_file($tmpdir .
'.zip')) {
73 $this->logger->debug(
"File ok.");
75 $this->logger->debug(
"File missing.");
79 $zip_file_name->setValue($tmpdir .
'.zip');
80 return $zip_file_name;
Class ChatMainBarProvider .
run(array $input, \ILIAS\BackgroundTasks\Observer $observer)
Description of class class.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
static zip($a_dir, $a_file, $compress_content=false)
zips given directory/file into given zip.file
getExpectedTimeOfTaskInSeconds()
int the amount of seconds this task usually taskes. If your task-duration scales with the the amount ...
static delDir($a_dir, $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively