ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Cache\Services\ServicesImpl Class Reference
+ Inheritance diagram for ILIAS\Cache\Services\ServicesImpl:
+ Collaboration diagram for ILIAS\Cache\Services\ServicesImpl:

Public Member Functions

 __construct (private \ILIAS\DI\Container $dic)
 
 manager ()
 
 repository ()
 

Detailed Description

Definition at line 27 of file ServicesImpl.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Cache\Services\ServicesImpl::__construct ( private \ILIAS\DI\Container  $dic)

Definition at line 29 of file ServicesImpl.php.

30  {
31  }

Member Function Documentation

◆ manager()

ILIAS\Cache\Services\ServicesImpl::manager ( )

Implements ILIAS\Cron\CronServices.

Definition at line 33 of file ServicesImpl.php.

33  : JobManager
34  {
35  return $this->dic['cron.manager'];
36  }

◆ repository()

ILIAS\Cache\Services\ServicesImpl::repository ( )

Implements ILIAS\Cron\CronServices.

Definition at line 38 of file ServicesImpl.php.

38  : JobRepository
39  {
40  return $this->dic['cron.repository'];
41  }

The documentation for this class was generated from the following file: