ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.InternalGUIService.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 
32  protected static array $instance = [];
33 
34  public function __construct(
36  InternalDataService $data_service,
37  InternalDomainService $domain_service
38  ) {
39  $this->data_service = $data_service;
40  $this->domain_service = $domain_service;
41  $this->initGUIServices($DIC);
42  }
43 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:22
__construct(Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)