|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilMassMailDeliveryJob:
Collaboration diagram for ilMassMailDeliveryJob:Public Member Functions | |
| __construct () | |
| 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 () | |
Private Attributes | |
| ILIAS DI Container | $dic |
| ilMailValueObjectJsonService | $mailJsonService |
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 |
Definition at line 33 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::__construct | ( | ) |
Definition at line 38 of file class.ilMassMailDeliveryJob.php.
References $DIC.
| ilMassMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 105 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 90 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 110 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 100 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::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 46 of file class.ilMassMailDeliveryJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, and ILIAS\UI\Implementation\Component\Input\getValue().
Here is the call graph for this function:
|
private |
Definition at line 35 of file class.ilMassMailDeliveryJob.php.
|
private |
Definition at line 36 of file class.ilMassMailDeliveryJob.php.