ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.InternalGUIService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Export;
22 
24 
31 {
33 
35 
36  public function __construct(
37  InternalDomainService $domain_service
38  ) {
39  global $DIC;
40 
41  $this->initGUIServices($DIC);
42  $this->domain_service = $domain_service;
43  }
44 }
initGUIServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
__construct(InternalDomainService $domain_service)