|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilSumOfWorkspaceFileSizesTooLargeInteraction:
Collaboration diagram for ilSumOfWorkspaceFileSizesTooLargeInteraction:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
| getOutputType () | |
| getRemoveOption () | |
| |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| getOptions (array $input) | |
| getMessage (array $input) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
| getSkippedValue (array $input) | |
| isFinal () | |
| getMessage (array $input) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
| getSkippedValue (array $input) | |
| isFinal () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| 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' |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Protected Attributes | |
| ilLanguage | $lng |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Definition at line 27 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::__construct | ( | ) |
Definition at line 33 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilSumOfWorkspaceFileSizesTooLargeInteraction::canBeSkipped | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 80 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::getMessage | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 75 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilSumOfWorkspaceFileSizesTooLargeInteraction::getOptions | ( | array | $input | ) |
| Value[] | $input | The input value of this task. |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 70 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 47 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::getRemoveOption | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 52 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::getSkippedValue | ( | array | $input | ) |
| Value[] | $input |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 94 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| ilSumOfWorkspaceFileSizesTooLargeInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
| \ILIAS\BackgroundTasks\Value[] | $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 57 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Bucket\setState().
Here is the call graph for this function:| ilSumOfWorkspaceFileSizesTooLargeInteraction::isFinal | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 99 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
|
protected |
Definition at line 31 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| const ilSumOfWorkspaceFileSizesTooLargeInteraction::OPTION_OK = 'ok' |
Definition at line 29 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.
| const ilSumOfWorkspaceFileSizesTooLargeInteraction::OPTION_SKIP = 'skip' |
Definition at line 30 of file class.ilSumOfWorkspaceFileSizesTooLargeInteraction.php.