ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ServicesImpl.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
26 
27 readonly 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)
Interface Observer Contains several chained tasks and infos about them.
Class HTTPServicesTest.
$dic
Definition: result.php:31