ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
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\PersonalWorkspace;
22 
24 
30 {
32 
35 
36  public function __construct(
37  InternalRepoService $repo_service,
38  InternalDataService $data_service
39  ) {
40  global $DIC;
41 
42  $this->initDomainServices($DIC);
43  $this->repo_service = $repo_service;
44  $this->data_service = $data_service;
45  }
46 }
__construct(InternalRepoService $repo_service, InternalDataService $data_service)
PersonalWorkspace internal data service.
PersonalWorkspace internal data service.
initDomainServices(\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: shib_login.php:22
PersonalWorkspace internal domain service.