| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
Description of class class. More...
 Inheritance diagram for ilSubmissionsZipJob:
 Inheritance diagram for ilSubmissionsZipJob: Collaboration diagram for ilSubmissionsZipJob:
 Collaboration diagram for ilSubmissionsZipJob:| 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 () | |
| 
 | |
|  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 () | |
|  Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
| 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 | ( | ) | 
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 30 of file class.ilSubmissionsZipJob.php.
| ilSubmissionsZipJob::getOutputType | ( | ) | 
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 41 of file class.ilSubmissionsZipJob.php.
| ilSubmissionsZipJob::isStateless | ( | ) | 
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 49 of file class.ilSubmissionsZipJob.php.
| ilSubmissionsZipJob::run | ( | array | $input, | 
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) | 
@inheritDoc
Definition at line 58 of file class.ilSubmissionsZipJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilUtil\delDir(), and ilUtil\zip().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 16 of file class.ilSubmissionsZipJob.php.