ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.Service.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
18
namespace
ILIAS\RootFolder
;
19
20
use
ILIAS\DI
;
21
25
class
Service
26
{
27
protected
DI\Container
$DIC
;
28
29
public
function
__construct
(
DI
\
Container
$DIC)
30
{
31
$this->
DIC
=
$DIC
;
32
}
33
37
public
function
internal
():
InternalService
38
{
39
return
new
InternalService
($this->
DIC
);
40
}
41
}
ILIAS\RootFolder\InternalService
Repository internal service.
Definition:
class.InternalService.php:26
ILIAS\RootFolder\Service\__construct
__construct(DI\Container $DIC)
Definition:
class.Service.php:29
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:35
ILIAS\DI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Container.php:19
DI
Class HTTPServicesTest.
ILIAS\RootFolder\Service
Definition:
class.Service.php:25
ILIAS\RootFolder
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:18
DIC
ILIAS\Container
Definition:
Container.php:23
ILIAS\RootFolder\Service\$DIC
DI Container $DIC
Definition:
class.Service.php:27
components
ILIAS
RootFolder
Service
class.Service.php
Generated on Wed Sep 10 2025 15:15:00 for ILIAS by
1.8.13 (using
Doxyfile
)