ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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 32 of file class.ilZipJob.php.
ilZipJob::__construct | ( | ) |
Construct.
Definition at line 40 of file class.ilZipJob.php.
References $DIC, and ILIAS\Repository\logger().
ilZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 109 of file class.ilZipJob.php.
ilZipJob::getInputTypes | ( | ) |
ilZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 63 of file class.ilZipJob.php.
ilZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 72 of file class.ilZipJob.php.
ilZipJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 82 of file class.ilZipJob.php.
References ilFileUtils\delDir(), and ILIAS\Repository\logger().
|
private |
Definition at line 35 of file class.ilZipJob.php.
|
private |
Definition at line 34 of file class.ilZipJob.php.