|
ILIAS
release_8 Revision v8.24
|
Description of class class. More...
Inheritance diagram for ilCalendarZipJob:
Collaboration diagram for ilCalendarZipJob:Public Member Functions | |
| __construct () | |
| Construct. More... | |
| getInputTypes () | |
| @inheritDoc More... | |
| getOutputType () | |
| @inheritDoc More... | |
| isStateless () | |
| @inheritDoc More... | |
| run (array $input, 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 () | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Private Attributes | |
| ilLogger | $logger |
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 |
Description of class class.
Definition at line 18 of file class.ilCalendarZipJob.php.
| ilCalendarZipJob::__construct | ( | ) |
Construct.
Definition at line 25 of file class.ilCalendarZipJob.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCalendarZipJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 82 of file class.ilCalendarZipJob.php.
| ilCalendarZipJob::getInputTypes | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 35 of file class.ilCalendarZipJob.php.
| ilCalendarZipJob::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 46 of file class.ilCalendarZipJob.php.
| ilCalendarZipJob::isStateless | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 54 of file class.ilCalendarZipJob.php.
| ilCalendarZipJob::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 63 of file class.ilCalendarZipJob.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 20 of file class.ilCalendarZipJob.php.