ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob | |
getInput () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
run (array $input, Observer $observer) | |
Private Attributes | |
$logger = null | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
checkTypes ($values) | |
extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
$input = [] | |
$output | |
Description of class class.
Definition at line 14 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::__construct | ( | ) |
Construct.
Definition at line 22 of file class.ilCalendarZipJob.php.
References $GLOBALS.
ilCalendarZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 78 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::getInputTypes | ( | ) |
ilCalendarZipJob::getOutputType | ( | ) |
ilCalendarZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 49 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 58 of file class.ilCalendarZipJob.php.
References ilUtil\delDir(), and ilUtil\zip().
|
private |
Definition at line 16 of file class.ilCalendarZipJob.php.