ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Class ilMailDeliveryJob. More...
Public Member Functions | |
run (array $input, Observer $observer) | |
getInputTypes () | |
isStateless () | |
getExpectedTimeOfTaskInSeconds () | |
getOutputType () | |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Class ilMailDeliveryJob.
Definition at line 34 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 113 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 91 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 118 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 108 of file class.ilMailDeliveryJob.php.
ilMailDeliveryJob::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 36 of file class.ilMailDeliveryJob.php.
References $DIC, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$output, ANONYMOUS_USER_ID, ILIAS\UI\Implementation\Component\Input\getValue(), and ILIAS\BackgroundTasks\Value\setValue().