ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Description of class class. More...
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... | |
![]() | |
getMessage (array $input) | |
canBeSkipped (array $input) | |
getSkippedValue (array $input) | |
isFinal () | |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Data Fields | |
const | OPTION_DOWNLOAD = 'download' |
const | OPTION_CANCEL = 'cancel' |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Private Attributes | |
ilLogger | $logger |
Additional Inherited Members | |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
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().
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 128 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 83 of file class.ilDownloadZipInteraction.php.
ilDownloadZipInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 74 of file class.ilDownloadZipInteraction.php.
ilDownloadZipInteraction::getRemoveOption | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 65 of file class.ilDownloadZipInteraction.php.
ilDownloadZipInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 94 of file class.ilDownloadZipInteraction.php.
References $DIC, $path, ilFileDelivery\deliverFileAttached(), ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), ILIAS\UI\Implementation\Component\Input\getValue(), ILIAS\Repository\logger(), and null.
|
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.