ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.InternalDomainService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Export;
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 }
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: feed.php:28
__construct(InternalRepoService $repo_service, InternalDataService $data_service)