|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger:
Collaboration diagram for ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger:Public Member Functions | |
| getOptions (array $input) | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| getInputTypes () | |
| getOutputType () | |
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 () | |
| 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) | |
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 (array $values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| Value | $output |
Definition at line 35 of file DownloadInteger.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 71 of file DownloadInteger.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger::getOptions | ( | array | $input | ) |
| Value[] | $input | The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 41 of file DownloadInteger.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 78 of file DownloadInteger.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\DownloadInteger::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
| array | $input | The input value of this task. |
| Option | $user_selected_option | The Option the user chose. |
| Bucket | $bucket | Notify the bucket about your progress! |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 53 of file DownloadInteger.php.
References $DIC, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, and ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue().
Here is the call graph for this function: