|
ILIAS
release_8 Revision v8.24
|
Class BackgroundTaskServices. More...
Collaboration diagram for ILIAS\BackgroundTasks\BackgroundTaskServices:Public Member Functions | |
| __construct (Container $container) | |
| taskFactory () | |
| persistence () | |
| taskManager () | |
| injector () | |
Protected Attributes | |
| Container | $container |
Class BackgroundTaskServices.
Definition at line 32 of file BackgroundTaskServices.php.
| ILIAS\BackgroundTasks\BackgroundTaskServices::__construct | ( | Container | $container | ) |
Definition at line 36 of file BackgroundTaskServices.php.
References ILIAS\BackgroundTasks\BackgroundTaskServices\$container.
| ILIAS\BackgroundTasks\BackgroundTaskServices::injector | ( | ) |
Definition at line 56 of file BackgroundTaskServices.php.
| ILIAS\BackgroundTasks\BackgroundTaskServices::persistence | ( | ) |
Definition at line 46 of file BackgroundTaskServices.php.
| ILIAS\BackgroundTasks\BackgroundTaskServices::taskFactory | ( | ) |
Definition at line 41 of file BackgroundTaskServices.php.
| ILIAS\BackgroundTasks\BackgroundTaskServices::taskManager | ( | ) |
Definition at line 51 of file BackgroundTaskServices.php.
|
protected |
Definition at line 34 of file BackgroundTaskServices.php.
Referenced by ILIAS\BackgroundTasks\BackgroundTaskServices\__construct().