ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::__construct | ( | ) |
Construct.
Definition at line 22 of file class.ilSubmissionsZipJob.php.
References $GLOBALS.
ilSubmissionsZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 75 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::getInputTypes | ( | ) |
ilSubmissionsZipJob::getOutputType | ( | ) |
ilSubmissionsZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 49 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 58 of file class.ilSubmissionsZipJob.php.
References ilUtil\delDir(), and ilUtil\zip().
|
private |
Definition at line 16 of file class.ilSubmissionsZipJob.php.