|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Description of class class. More...
Inheritance diagram for ilCalendarDownloadZipInteraction:
Collaboration diagram for ilCalendarDownloadZipInteraction: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) | |
Protected Attributes | |
| const | OPTION_DOWNLOAD = 'download' |
| const | OPTION_CANCEL = 'cancel' |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| Value | $output |
Private Attributes | |
| ilLogger | $logger |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes (array $values) | |
| extractType ($value) | |
Description of class class.
Definition at line 36 of file class.ilCalendarDownloadZipInteraction.php.
| ilCalendarDownloadZipInteraction::__construct | ( | ) |
Definition at line 43 of file class.ilCalendarDownloadZipInteraction.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCalendarDownloadZipInteraction::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilCalendarDownloadZipInteraction.php.
| ilCalendarDownloadZipInteraction::getOptions | ( | array | $input | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 79 of file class.ilCalendarDownloadZipInteraction.php.
| ilCalendarDownloadZipInteraction::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 71 of file class.ilCalendarDownloadZipInteraction.php.
| ilCalendarDownloadZipInteraction::getRemoveOption | ( | ) |
@inheritDoc
Reimplemented from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask.
Definition at line 63 of file class.ilCalendarDownloadZipInteraction.php.
| ilCalendarDownloadZipInteraction::interaction | ( | array | $input, |
| Option | $user_selected_option, | ||
| Bucket | $bucket | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\UserInteraction.
Definition at line 89 of file class.ilCalendarDownloadZipInteraction.php.
References $DIC, Vendor\Package\$e, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, $path, ilFileDelivery\deliverFileAttached(), ILIAS\BackgroundTasks\Task\UserInteraction\Option\getValue(), ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 41 of file class.ilCalendarDownloadZipInteraction.php.
|
protected |
Definition at line 39 of file class.ilCalendarDownloadZipInteraction.php.
|
protected |
Definition at line 38 of file class.ilCalendarDownloadZipInteraction.php.