ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ServicesImpl.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
27readonly class ServicesImpl implements CronServices
28{
29 public function __construct(private \ILIAS\DI\Container $dic)
30 {
31 }
32
33 public function manager(): JobManager
34 {
35 return $this->dic['cron.manager'];
36 }
37
38 public function repository(): JobRepository
39 {
40 return $this->dic['cron.repository'];
41 }
42}
__construct(private \ILIAS\DI\Container $dic)
$dic
Definition: ltiresult.php:33
Class HTTPServicesTest.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.