|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSumOfFileSizesTooLargeInteraction. More...
Inheritance diagram for ilSumOfFileSizesTooLargeInteraction:
Collaboration diagram for ilSumOfFileSizesTooLargeInteraction: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) | ||||
| ||||
| 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 | |
| $lng | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| $input = [] | |
| $output | |
Private Attributes | |
| $logger = null | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Class ilSumOfFileSizesTooLargeInteraction.
Definition at line 17 of file class.ilSumOfFileSizesTooLargeInteraction.php.
| ilSumOfFileSizesTooLargeInteraction::__construct | ( | ) |
| ilSumOfFileSizesTooLargeInteraction::canBeSkipped | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 104 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.
| ilSumOfFileSizesTooLargeInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 43 of file class.ilSumOfFileSizesTooLargeInteraction.php.
| ilSumOfFileSizesTooLargeInteraction::getMessage | ( | array | $input | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
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 | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 54 of file class.ilSumOfFileSizesTooLargeInteraction.php.
| ilSumOfFileSizesTooLargeInteraction::getRemoveOption | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 63 of file class.ilSumOfFileSizesTooLargeInteraction.php.
| ilSumOfFileSizesTooLargeInteraction::getSkippedValue | ( | array | $input | ) |
| array | $input |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
Definition at line 122 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.
| ilSumOfFileSizesTooLargeInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 72 of file class.ilSumOfFileSizesTooLargeInteraction.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), and ILIAS\BackgroundTasks\Bucket\setState().
Here is the call graph for this function:| ilSumOfFileSizesTooLargeInteraction::isFinal | ( | ) |
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction.
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.