|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilCalFileZipJob:
Collaboration diagram for ilCalFileZipJob:Public Member Functions | |
| getType () | |
| Get type. More... | |
| run (array $values, \ILIAS\BackgroundTasks\Observer $observer) | |
| Run. More... | |
| getInputTypes () | |
| Get input types. More... | |
| setInput (array $values) | |
| Set input // what about run input? More... | |
| getOutputType () | |
| getOutput () | |
| Get output. More... | |
| isStateless () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
Protected Attributes | |
| $file | |
Definition at line 12 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::getInputTypes | ( | ) |
Get input types.
return
Implements ILIAS\BackgroundTasks\Task.
Definition at line 43 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::getOutput | ( | ) |
Get output.
return
Implements ILIAS\BackgroundTasks\Task.
Definition at line 76 of file class.ilCalFileZipJob.php.
References $file.
| ilCalFileZipJob::getOutputType | ( | ) |
return
Implements ILIAS\BackgroundTasks\Task.
Definition at line 65 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::getType | ( | ) |
Get type.
Implements ILIAS\BackgroundTasks\Task.
Definition at line 21 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::isStateless | ( | ) |
return
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 88 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::run | ( | array | $values, |
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) |
Run.
Definition at line 32 of file class.ilCalFileZipJob.php.
| ilCalFileZipJob::setInput | ( | array | $values | ) |
Set input // what about run input?
Implements ILIAS\BackgroundTasks\Task.
Definition at line 53 of file class.ilCalFileZipJob.php.
|
protected |
Definition at line 14 of file class.ilCalFileZipJob.php.
Referenced by getOutput().