ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
run (array $input, Observer $observer) | |
Private Attributes | |
ilLogger | $logger |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Description of class class.
Definition at line 30 of file class.ilZipJob.php.
ilZipJob::__construct | ( | ) |
Construct.
Definition at line 38 of file class.ilZipJob.php.
References $DIC, and ILIAS\Repository\logger().
ilZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 101 of file class.ilZipJob.php.
ilZipJob::getInputTypes | ( | ) |
ilZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 60 of file class.ilZipJob.php.
ilZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 69 of file class.ilZipJob.php.
ilZipJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 79 of file class.ilZipJob.php.
References ilFileUtils\delDir(), ILIAS\UI\Implementation\Component\Input\getValue(), ILIAS\Repository\logger(), and ilFileUtils\zip().
|
private |
Definition at line 32 of file class.ilZipJob.php.