|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Inheritance diagram for ilDownloadZipInteraction:
Collaboration diagram for ilDownloadZipInteraction: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 | |
Description of class class.
Definition at line 18 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::__construct | ( | ) |
| ilDownloadZipInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 37 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getOptions | ( | array | $input | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 67 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 58 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::getRemoveOption | ( | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 49 of file class.ilDownloadZipInteraction.php.
| ilDownloadZipInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 78 of file class.ilDownloadZipInteraction.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 25 of file class.ilDownloadZipInteraction.php.
| const ilDownloadZipInteraction::OPTION_CANCEL = 'cancel' |
Definition at line 21 of file class.ilDownloadZipInteraction.php.
| const ilDownloadZipInteraction::OPTION_DOWNLOAD = 'download' |
Definition at line 20 of file class.ilDownloadZipInteraction.php.