ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
class.ilCronServicesImpl.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function __construct(private readonly \ILIAS\DI\Container $dic)
24  {
25  }
26 
27  public function manager(): ilCronManager
28  {
29  return $this->dic['cron.manager'];
30  }
31 
32  public function repository(): ilCronJobRepository
33  {
34  return $this->dic['cron.repository'];
35  }
36 }
Interface Observer Contains several chained tasks and infos about them.
Class HTTPServicesTest.
$dic
Definition: ltiresult.php:33
__construct(private readonly \ILIAS\DI\Container $dic)