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