ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct () | |
getInputTypes () | |
getRemoveOption () | |
getOutputType () | |
getOptions (array $input) | |
interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
![]() | |
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' |
Protected Attributes | |
ilLogger | $logger |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Additional Inherited Members | |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Definition at line 32 of file class.ilExDownloadSubmissionsZipInteraction.php.
ilExDownloadSubmissionsZipInteraction::__construct | ( | ) |
Definition at line 39 of file class.ilExDownloadSubmissionsZipInteraction.php.
References $GLOBALS, and ILIAS\Repository\logger().
ilExDownloadSubmissionsZipInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 48 of file class.ilExDownloadSubmissionsZipInteraction.php.
ilExDownloadSubmissionsZipInteraction::getOptions | ( | array | $input | ) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 69 of file class.ilExDownloadSubmissionsZipInteraction.php.
ilExDownloadSubmissionsZipInteraction::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 61 of file class.ilExDownloadSubmissionsZipInteraction.php.
ilExDownloadSubmissionsZipInteraction::getRemoveOption | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 56 of file class.ilExDownloadSubmissionsZipInteraction.php.
ilExDownloadSubmissionsZipInteraction::interaction | ( | array | $input, |
Option | $user_selected_option, | ||
Bucket | $bucket | ||
) |
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 76 of file class.ilExDownloadSubmissionsZipInteraction.php.
References $DIC, Vendor\Package\$e, $path, ilFileDelivery\deliverFileAttached(), ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), and ILIAS\Repository\logger().
|
protected |
Definition at line 37 of file class.ilExDownloadSubmissionsZipInteraction.php.
const ilExDownloadSubmissionsZipInteraction::OPTION_CANCEL = 'cancel' |
Definition at line 35 of file class.ilExDownloadSubmissionsZipInteraction.php.
const ilExDownloadSubmissionsZipInteraction::OPTION_DOWNLOAD = 'download' |
Definition at line 34 of file class.ilExDownloadSubmissionsZipInteraction.php.