|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class SanitationReportJob. More...
Inheritance diagram for ILIAS\File\Sanitation\SanitationReportJob:
Collaboration diagram for ILIAS\File\Sanitation\SanitationReportJob:Public Member Functions | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getExpectedTimeOfTaskInSeconds () | |
| getInputTypes () | |
| getOutputType () | |
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 () | |
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 | |
Class SanitationReportJob.
Definition at line 17 of file SanitationReportJob.php.
| ILIAS\File\Sanitation\SanitationReportJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 49 of file SanitationReportJob.php.
| ILIAS\File\Sanitation\SanitationReportJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 55 of file SanitationReportJob.php.
| ILIAS\File\Sanitation\SanitationReportJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 61 of file SanitationReportJob.php.
| ILIAS\File\Sanitation\SanitationReportJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 43 of file SanitationReportJob.php.
| ILIAS\File\Sanitation\SanitationReportJob::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
| \ILIAS\BackgroundTasks\Value[] | $input | This will be a list of Values hinted by getInputTypes. |
| Observer | $observer | Notify the bucket about your progress! |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 19 of file SanitationReportJob.php.