ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalDomainService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Like;
22
25
27{
28 use GlobalDICDomainServices;
29
30 protected static array $instance = [];
31 protected Container $dic;
32
33 public function __construct(
35 protected InternalRepoService $repo,
37 ) {
38 $this->initDomainServices($DIC);
39 $this->dic = $DIC;
40 }
41}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
__construct(Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26