|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilExDownloadSubmissionsZipInteraction:
Collaboration diagram for ilExDownloadSubmissionsZipInteraction:Public Member Functions | |
| __construct () | |
| getInputTypes () | |
| |
| getRemoveOption () | |
| @inheritDoc More... | |
| getOutputType () | |
| @inheritDoc More... | |
| getOptions (array $input) | |
| @inheritDoc More... | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractUserInteraction | |
| getMessage (array $input) | |
| @inheritDoc More... | |
| canBeSkipped (array $input) | |
| @inheritDoc More... | |
| 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 () | |
| |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
| getOptions (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 () | |
| interaction (array $input, Option $user_selected_option, Bucket $bucket) | |
| getMessage (array $input) | |
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 | |
| $logger = null | |
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 | |
| $input = [] | |
| $output | |
Definition at line 15 of file class.ilExDownloadSubmissionsZipInteraction.php.
| ilExDownloadSubmissionsZipInteraction::__construct | ( | ) |
Definition at line 26 of file class.ilExDownloadSubmissionsZipInteraction.php.
References $GLOBALS.
| ilExDownloadSubmissionsZipInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 35 of file class.ilExDownloadSubmissionsZipInteraction.php.
| ilExDownloadSubmissionsZipInteraction::getOptions | ( | array | $input | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 65 of file class.ilExDownloadSubmissionsZipInteraction.php.
| ilExDownloadSubmissionsZipInteraction::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 56 of file class.ilExDownloadSubmissionsZipInteraction.php.
| ilExDownloadSubmissionsZipInteraction::getRemoveOption | ( | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 47 of file class.ilExDownloadSubmissionsZipInteraction.php.
| ilExDownloadSubmissionsZipInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 76 of file class.ilExDownloadSubmissionsZipInteraction.php.
References $DIC, Vendor\Package\$e, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ilFileDelivery\deliverFileAttached(), and ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue().
Here is the call graph for this function:
|
private |
Definition at line 23 of file class.ilExDownloadSubmissionsZipInteraction.php.
| const ilExDownloadSubmissionsZipInteraction::OPTION_CANCEL = 'cancel' |
Definition at line 18 of file class.ilExDownloadSubmissionsZipInteraction.php.
| const ilExDownloadSubmissionsZipInteraction::OPTION_DOWNLOAD = 'download' |
Definition at line 17 of file class.ilExDownloadSubmissionsZipInteraction.php.