ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 }
Class ChatMainBarProvider .
Class HTTPServicesTest.
$dic
Definition: result.php:32
__construct(private readonly \ILIAS\DI\Container $dic)