ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Description of class class. More...
Public Member Functions | |
__construct () | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Protected Attributes | |
ilLogger | $logger |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Description of class class.
Definition at line 32 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::__construct | ( | ) |
Definition at line 36 of file class.ilSubmissionsZipJob.php.
References $GLOBALS, and ILIAS\Repository\logger().
ilSubmissionsZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 90 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 41 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 49 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 54 of file class.ilSubmissionsZipJob.php.
ilSubmissionsZipJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 63 of file class.ilSubmissionsZipJob.php.
References ilFileUtils\delDir(), ILIAS\Repository\logger(), and ilFileUtils\zip().
|
protected |
Definition at line 34 of file class.ilSubmissionsZipJob.php.