| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilDownloadZipInteraction:
 Collaboration diagram for ilDownloadZipInteraction:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
  | |
| getRemoveOption () | |
| getOutputType () | |
| getOptions (array $input) | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| 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... | |
  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 () | |
  | |
Data Fields | |
| const | OPTION_DOWNLOAD = 'download' | 
| const | OPTION_CANCEL = 'cancel' | 
  Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' | 
| const | MAIN_ABORT = 'bt_main_abort' | 
Private Attributes | |
| ilLogger | $logger | 
Additional Inherited Members | |
  Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
  Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] | 
| ILIAS BackgroundTasks Value | $output | 
Description of class class.
Definition at line 35 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::__construct | ( | ) | 
Definition at line 42 of file class.ilDownloadZipInteraction.php.
References $DIC, and ILIAS\Repository\logger().
 Here is the call graph for this function:| ilDownloadZipInteraction::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 126 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getInputTypes | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getOptions | ( | array | $input | ) | 
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 82 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getOutputType | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 73 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getRemoveOption | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 64 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::interaction | ( | array | $input, | 
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) | 
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 93 of file class.ilDownloadZipInteraction.php.
References $DIC, Vendor\Package\$e, $path, ilFileDelivery\deliverFileAttached(), ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 39 of file class.ilDownloadZipInteraction.php.
| const ilDownloadZipInteraction::OPTION_CANCEL = 'cancel' | 
Definition at line 38 of file class.ilDownloadZipInteraction.php.
| const ilDownloadZipInteraction::OPTION_DOWNLOAD = 'download' | 
Definition at line 37 of file class.ilDownloadZipInteraction.php.