| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilSumOfFileSizesTooLargeInteraction. More...
 Inheritance diagram for ilSumOfFileSizesTooLargeInteraction:
 Collaboration diagram for ilSumOfFileSizesTooLargeInteraction: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 () | |
  Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction | |
| getMessage (array $input) | |
| canBeSkipped (array $input) | |
| 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 () | |
  | |
Protected Attributes | |
| ilLanguage | $lng | 
  Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] | 
| ILIAS BackgroundTasks Value | $output | 
Private Attributes | |
| const | OPTION_OK = 'ok' | 
Additional Inherited Members | |
  Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' | 
| const | MAIN_ABORT = 'bt_main_abort' | 
  Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| 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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:| 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.