24 $this->logger =
$GLOBALS[
'DIC']->logger()->cal();
64 $this->logger->debug(
'Start zipping input dir!');
65 $this->logger->dump($input);
66 $tmpdir = $input[0]->getValue();
67 $this->logger->debug(
'Zipping directory:' . $tmpdir);
75 $zip_file_name->setValue($tmpdir .
'.zip');
77 return $zip_file_name;
Class ChatMainBarProvider .
run(array $input, \ILIAS\BackgroundTasks\Observer $observer)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
getExpectedTimeOfTaskInSeconds()
int the amount of seconds this task usually taskes. If your task-duration scales with the the amount ...
static zip($a_dir, $a_file, $compress_content=false)
zips given directory/file into given zip.file
static delDir($a_dir, $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
Description of class class.