ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.InternalDomainService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export
;
22
23
use
ILIAS\Repository\GlobalDICDomainServices
;
24
29
class
InternalDomainService
30
{
31
use
GlobalDICDomainServices
;
32
33
protected
InternalRepoService
$repo_service
;
34
protected
InternalDataService
$data_service
;
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
}
ILIAS\Export\InternalRepoService
Export internal data service.
Definition:
class.InternalRepoService.php:27
ILIAS\Export
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Repository\initDomainServices
initDomainServices(\ILIAS\DI\Container $DIC)
Definition:
trait.GlobalDICDomainServices.php:38
ILIAS\Export\InternalDomainService
Export internal domain service.
Definition:
class.InternalDomainService.php:29
ILIAS\Export\InternalDataService
Export internal data service.
Definition:
class.InternalDataService.php:27
$DIC
global $DIC
Definition:
feed.php:28
ILIAS\Export\InternalDomainService\__construct
__construct(InternalRepoService $repo_service, InternalDataService $data_service)
Definition:
class.InternalDomainService.php:36
ILIAS\Repository\GlobalDICDomainServices
trait GlobalDICDomainServices
Definition:
trait.GlobalDICDomainServices.php:35
ILIAS\Export\InternalDomainService\$repo_service
InternalRepoService $repo_service
Definition:
class.InternalDomainService.php:33
ILIAS\Export\InternalDomainService\$data_service
InternalDataService $data_service
Definition:
class.InternalDomainService.php:34
Services
Export
Service
class.InternalDomainService.php
Generated on Wed Sep 10 2025 14:10:34 for ILIAS by
1.8.13 (using
Doxyfile
)