ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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.You must return a valid Value then,
| |||
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 () | |||
| |||
Data Fields | |
const | OPTION_OK = 'ok' |
const | OPTION_SKIP = 'skip' |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Protected Attributes | |
$lng | |
![]() | |
$input = [] | |
$output | |
Private Attributes | |
$logger = null | |
Additional Inherited Members | |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Class ilSumOfFileSizesTooLargeInteraction.
Definition at line 17 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::__construct | ( | ) |
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 104 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 43 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 95 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References $message.
ilSumOfFileSizesTooLargeInteraction::getOptions | ( | array | $input | ) |
Value[] | $input The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 86 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 54 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getRemoveOption | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 63 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::getSkippedValue | ( | array | $input | ) |
Value[] | $input |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 122 of file class.ilSumOfFileSizesTooLargeInteraction.php.
ilSumOfFileSizesTooLargeInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 72 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 127 of file class.ilSumOfFileSizesTooLargeInteraction.php.
|
protected |
Definition at line 28 of file class.ilSumOfFileSizesTooLargeInteraction.php.
|
private |
Definition at line 24 of file class.ilSumOfFileSizesTooLargeInteraction.php.
const ilSumOfFileSizesTooLargeInteraction::OPTION_OK = 'ok' |
Definition at line 19 of file class.ilSumOfFileSizesTooLargeInteraction.php.
const ilSumOfFileSizesTooLargeInteraction::OPTION_SKIP = 'skip' |
Definition at line 20 of file class.ilSumOfFileSizesTooLargeInteraction.php.