ILIAS
release_8 Revision v8.23
|
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 | |
ILIAS DI Container | $dic |
ilMailValueObjectJsonService | $mailJsonService |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Definition at line 33 of file class.ilMassMailDeliveryJob.php.
ilMassMailDeliveryJob::__construct | ( | ) |
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 | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 46 of file class.ilMassMailDeliveryJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, and ILIAS\UI\Implementation\Component\Input\getValue().
|
private |
Definition at line 35 of file class.ilMassMailDeliveryJob.php.
|
private |
Definition at line 36 of file class.ilMassMailDeliveryJob.php.