ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSumOfFileSizesTooLargeInteraction. More...
Public Member Functions | ||||
__construct () | ||||
getInputTypes () | ||||
| ||||
getOutputType () | ||||
@inheritDoc More... | ||||
getRemoveOption () | ||||
| ||||
interaction (array $input, Option $user_selected_option, Bucket $bucket) | ||||
@inheritDoc More... | ||||
getOptions (array $input) | ||||
| ||||
getMessage (array $input) | ||||
@inheritDoc More... | ||||
canBeSkipped (array $input) | ||||
@inheritDoc More... | ||||
getSkippedValue (array $input) | ||||
| ||||
![]() | ||||
getMessage (array $input) | ||||
@inheritDoc More... | ||||
canBeSkipped (array $input) | ||||
@inheritDoc More... | ||||
getSkippedValue (array $input) | ||||
isFinal () | ||||
![]() | ||||
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) | ||||
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 16 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
ilSumOfWorkspaceFileSizesTooLargeInteraction::__construct | ( | ) |
Definition at line 30 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References $DIC, and ilLoggerFactory\getLogger().
ilSumOfWorkspaceFileSizesTooLargeInteraction::canBeSkipped | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 103 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 42 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getMessage | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 94 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References $message.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getOptions | ( | array | $input | ) |
Value[] | $input | The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 85 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 53 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getRemoveOption | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 62 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
ilSumOfWorkspaceFileSizesTooLargeInteraction::getSkippedValue | ( | array | $input | ) |
array | $input |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 121 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.
ilSumOfWorkspaceFileSizesTooLargeInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 71 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), and ILIAS\BackgroundTasks\Bucket\setState().
|
protected |
Definition at line 27 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
|
private |
Definition at line 23 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
const ilSumOfWorkspaceFileSizesTooLargeInteraction::OPTION_OK = 'ok' |
Definition at line 18 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
const ilSumOfWorkspaceFileSizesTooLargeInteraction::OPTION_SKIP = 'skip' |
Definition at line 19 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.