ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
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 | $mailJsonService |
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 33 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::__construct | ( | ) |
ilMassMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 106 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 91 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 111 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 101 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 46 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 35 of file class.ilMassMailDeliveryJob.php.
|
private |
Definition at line 36 of file class.ilMassMailDeliveryJob.php.