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, Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
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 18 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::__construct | ( | ) |
Construct.
Definition at line 25 of file class.ilCalendarZipJob.php.
References $DIC, and ILIAS\Repository\logger().
ilCalendarZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 82 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::getInputTypes | ( | ) |
ilCalendarZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 46 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 54 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 63 of file class.ilCalendarZipJob.php.
References ilFileUtils\delDir(), ILIAS\Repository\logger(), and ilFileUtils\zip().
|
private |
Definition at line 20 of file class.ilCalendarZipJob.php.