ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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) | |
getInput () | |
getExpectedTimeOfTaskInSeconds () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
unfoldTask () | |
getRemoveOption () | |
getAbortOption () | |
Protected Attributes | |
$file | |
Definition at line 12 of file class.ilCalFileZipJob.php.
ilCalFileZipJob::getInputTypes | ( | ) |
Get input types.
Implements ILIAS\BackgroundTasks\Task.
Definition at line 43 of file class.ilCalFileZipJob.php.
References array.
ilCalFileZipJob::getOutput | ( | ) |
Get output.
Implements ILIAS\BackgroundTasks\Task.
Definition at line 76 of file class.ilCalFileZipJob.php.
References $file.
ilCalFileZipJob::getOutputType | ( | ) |
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 | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 88 of file class.ilCalFileZipJob.php.
ilCalFileZipJob::run | ( | array | $values, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
ilCalFileZipJob::setInput | ( | array | $values | ) |
Set input // what about run input?
Implements ILIAS\BackgroundTasks\Task.
Definition at line 53 of file class.ilCalFileZipJob.php.
References file.
|
protected |
Definition at line 14 of file class.ilCalFileZipJob.php.
Referenced by getOutput().