|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 | |
| readonly ILIAS DI Container | $dic |
| readonly ilMailValueObjectJsonService | $mail_json_service |
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) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| Value | $output |
Definition at line 30 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::__construct | ( | ) |
Definition at line 35 of file class.ilMassMailDeliveryJob.php.
References $DIC.
| ilMassMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 103 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 88 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 108 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 98 of file class.ilMassMailDeliveryJob.php.
| ilMassMailDeliveryJob::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
| 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 43 of file class.ilMassMailDeliveryJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\BackgroundTasks\Value\setValue().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilMassMailDeliveryJob.php.
|
private |
Definition at line 33 of file class.ilMassMailDeliveryJob.php.