ILIAS
release_8 Revision v8.19
|
Class ilSumOfFileSizesTooLargeInteraction. More...
Public Member Functions | |
__construct () | |
getInputTypes () | |
getOutputType () | |
getRemoveOption () | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
getOptions (array $input) | |
getMessage (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 () | |
![]() | |
getMessage (array $input) | |
canBeSkipped (array $input) | |
getSkippedValue (array $input) | |
isFinal () | |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Protected Attributes | |
ilLanguage | $lng |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Private Attributes | |
const | OPTION_OK = 'ok' |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Class ilSumOfFileSizesTooLargeInteraction.
Definition at line 32 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::__construct | ( | ) |
Definition at line 38 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References $DIC, and ILIAS\Repository\lng().
ilSumOfFileSizesTooLargeInteraction::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.
You must return a valid Value then,
Value[] | $input The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 88 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 48 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getMessage | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 83 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References ILIAS\Repository\lng().
ilSumOfFileSizesTooLargeInteraction::getOptions | ( | array | $input | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 78 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 55 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getRemoveOption | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 60 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getSkippedValue | ( | array | $input | ) |
Value[] | $input |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 102 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 65 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), and ILIAS\BackgroundTasks\Bucket\setState().
ilSumOfFileSizesTooLargeInteraction::isFinal | ( | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 107 of file class.ilSumOfFileSizesTooLargeInteraction.php.
|
protected |
Definition at line 36 of file class.ilSumOfFileSizesTooLargeInteraction.php.
|
private |
Definition at line 34 of file class.ilSumOfFileSizesTooLargeInteraction.php.