ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Private Attributes | |
ilLogger | $logger |
Archives | $archives |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Description of class class.
Definition at line 33 of file class.ilZipJob.php.
ilZipJob::__construct | ( | ) |
Construct.
Definition at line 41 of file class.ilZipJob.php.
References $DIC, and ILIAS\Repository\logger().
ilZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 110 of file class.ilZipJob.php.
ilZipJob::getInputTypes | ( | ) |
ilZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 64 of file class.ilZipJob.php.
ilZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 73 of file class.ilZipJob.php.
ilZipJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 83 of file class.ilZipJob.php.
References ilFileUtils\delDir(), and ILIAS\Repository\logger().
|
private |
Definition at line 36 of file class.ilZipJob.php.
|
private |
Definition at line 35 of file class.ilZipJob.php.