ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
@inheritDoc More... | |
getOutputType () | |
@inheritDoc More... | |
isStateless () | |
@inheritDoc More... | |
run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
@inheritDoc More... | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
getType () | |
getInputTypes () | |
getOutputType () | |
getOutput () | |
setInput (array $values) | |
getInput () | |
unfoldTask () | |
getRemoveOption () | |
getAbortOption () | |
![]() | |
run (array $input, Observer $observer) | |
isStateless () | |
getInput () | |
getExpectedTimeOfTaskInSeconds () | |
Private Attributes | |
$logger = null | |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
![]() | |
$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 | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 30 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 41 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::isStateless | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 49 of file class.ilCalendarZipJob.php.
ilCalendarZipJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
@inheritDoc
Definition at line 58 of file class.ilCalendarZipJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilUtil\delDir(), and ilUtil\zip().
|
private |
Definition at line 16 of file class.ilCalendarZipJob.php.