ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalDomainService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
30{
31 use GlobalDICDomainServices;
32
35
36 public function __construct(
39 ) {
40 global $DIC;
41
42 $this->initDomainServices($DIC);
43 $this->repo_service = $repo_service;
44 $this->data_service = $data_service;
45 }
46}
PersonalWorkspace internal data service.
PersonalWorkspace internal domain service.
__construct(InternalRepoService $repo_service, InternalDataService $data_service)
PersonalWorkspace internal data service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26