ILIAS  trunk Revision v11.0_alpha-1846-g895b5f47236
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\PersonalWorkspace;
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 }
__construct(InternalDomainService $domain_service)
initGUIServices(\ILIAS\DI\Container $DIC)
PersonalWorkspace internal ui service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:22
PersonalWorkspace internal domain service.