|
ILIAS
release_8 Revision v8.24
|
Description of class class. More...
Inheritance diagram for ilSubmissionsZipJob:
Collaboration diagram for ilSubmissionsZipJob:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
| getOutputType () | |
| isStateless () | |
| run (array $input, 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 () | |
| |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Protected Attributes | |
| ilLogger | $logger |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
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) | |
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().
Here is the call graph for this function:| 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 | ||
| ) |
ILIAS\BackgroundTasks\Exceptions\InvalidArgumentException
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 63 of file class.ilSubmissionsZipJob.php.
|
protected |
Definition at line 34 of file class.ilSubmissionsZipJob.php.