|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilExDownloadSubmissionsZipInteraction:
Collaboration diagram for ilExDownloadSubmissionsZipInteraction:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
| getRemoveOption () | |
| getOutputType () | |
| getOptions (array $input) | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
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' |
Protected Attributes | |
| ilLogger | $logger |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
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.