ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
getOptions (array $input) | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
getInputTypes () | |
getOutputType () | |
![]() | |
getMessage (array $input) | |
canBeSkipped (array $input) | |
getSkippedValue (array $input) | |
isFinal () | |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
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 | ( | ) |
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, and ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue().