|
ILIAS
release_8 Revision v8.24
|
Zip media files. More...
Inheritance diagram for ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob:
Collaboration diagram for ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob:Public Member Functions | |
| __construct () | |
| 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 () | |
| |
| 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 | |
| ilLogger | $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 | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Zip media files.
Definition at line 29 of file DownloadAllZipJob.php.
| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::__construct | ( | ) |
Definition at line 33 of file DownloadAllZipJob.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 77 of file DownloadAllZipJob.php.
| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file DownloadAllZipJob.php.
| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 48 of file DownloadAllZipJob.php.
| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 53 of file DownloadAllZipJob.php.
| ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob::run | ( | array | $input, |
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) |
Definition at line 58 of file DownloadAllZipJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilFileUtils\delDir(), ILIAS\Repository\logger(), and ilFileUtils\zip().
Here is the call graph for this function:
|
private |
Definition at line 31 of file DownloadAllZipJob.php.