ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.InternalDomainService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\InfoScreen;
22 
25 
27 {
29 
31  protected array $instances = [];
32 
33  public function __construct(
35  InternalDataService $data_service
36  ) {
37  $this->data_service = $data_service;
38  $this->initDomainServices($DIC);
39  }
40 }
initDomainServices(\ILIAS\DI\Container $DIC)
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:35
global $DIC
Definition: feed.php:28
__construct(Container $DIC, InternalDataService $data_service)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...