ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getMessage (array $input) | |
canBeSkipped (array $input) | |
getSkippedValue (array $input) | |
isFinal () | |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
getInputTypes () | |
getOutputType () | |
![]() | |
getOptions (array $input) | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
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 29 of file AbstractUserInteraction.php.
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::canBeSkipped | ( | array | $input | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 42 of file AbstractUserInteraction.php.
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::getMessage | ( | array | $input | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 34 of file AbstractUserInteraction.php.
References $message.
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::getSkippedValue | ( | array | $input | ) |
Value[] | $input |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 47 of file AbstractUserInteraction.php.
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction::isFinal | ( | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 52 of file AbstractUserInteraction.php.