|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class DownloadSanitationReportUserInteraction. More...
Inheritance diagram for ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction:
Collaboration diagram for ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction:Public Member Functions | |
| getInputTypes () | |
| getOutputType () | |
| getOptions (array $input) | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction | |
| getMessage (array $input) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
| getSkippedValue (array $input) | |
| isFinal () | |
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\UserInteraction | |
| getOptions (array $input) | |
| canBeSkipped (array $input) | |
| Decide whether the UserInteraction is presented to the user and he has to decide or user UserInteraction is skipped by the TaskManager. More... | |
| getSkippedValue (array $input) | |
| isFinal () | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| getMessage (array $input) | |
Data Fields | |
| const | OPTION_DOWNLOAD = "download" |
| const | OPTION_SANITIZE = "sanitize" |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Additional Inherited Members | |
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 DownloadSanitationReportUserInteraction.
Definition at line 19 of file DownloadSanitationReportUserInteraction.php.
| ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 25 of file DownloadSanitationReportUserInteraction.php.
| ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction::getOptions | ( | array | $input | ) |
| Value[] | $input | The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 37 of file DownloadSanitationReportUserInteraction.php.
| ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 31 of file DownloadSanitationReportUserInteraction.php.
| const ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction::OPTION_DOWNLOAD = "download" |
Definition at line 21 of file DownloadSanitationReportUserInteraction.php.
| const ILIAS\File\Sanitation\DownloadSanitationReportUserInteraction::OPTION_SANITIZE = "sanitize" |
Definition at line 22 of file DownloadSanitationReportUserInteraction.php.