ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
__construct () | |
run (array $input, Observer $observer) | |
getInputTypes () | |
isStateless () | |
getExpectedTimeOfTaskInSeconds () | |
getOutputType () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Private Attributes | |
readonly ILIAS DI Container | $dic |
readonly ilMailValueObjectJsonService | $mail_json_service |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Definition at line 30 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::__construct | ( | ) |
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\$output, ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\BackgroundTasks\Value\setValue().
|
private |
Definition at line 32 of file class.ilMassMailDeliveryJob.php.
|
private |
Definition at line 33 of file class.ilMassMailDeliveryJob.php.