|
ILIAS
release_8 Revision v8.24
|
Class ilMailDeliveryJob. More...
Inheritance diagram for ilMailDeliveryJob:
Collaboration diagram for ilMailDeliveryJob:Public Member Functions | |
| run (array $input, Observer $observer) | |
| getInputTypes () | |
| isStateless () | |
| getExpectedTimeOfTaskInSeconds () | |
| getOutputType () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob | |
| getInput () | |
| |
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 () | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
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 ($values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Class ilMailDeliveryJob.
Definition at line 34 of file class.ilMailDeliveryJob.php.
| ilMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 101 of file class.ilMailDeliveryJob.php.
| ilMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 79 of file class.ilMailDeliveryJob.php.
| ilMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 106 of file class.ilMailDeliveryJob.php.
| ilMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 96 of file class.ilMailDeliveryJob.php.
| ilMailDeliveryJob::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
| \ILIAS\BackgroundTasks\Value[] | $input | This will be a list of Values hinted by getInputTypes. |
| Observer | $observer | Notify the bucket about your progress! |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 36 of file class.ilMailDeliveryJob.php.
References $DIC, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, ANONYMOUS_USER_ID, and ILIAS\UI\Implementation\Component\Input\getValue().
Here is the call graph for this function: