ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.Service.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MediaObjects
;
22
23
use
ILIAS\DI\Container
;
24
28
class
Service
29
{
30
protected
Container
$DIC
;
31
32
public
function
__construct
(
Container
$DIC)
33
{
34
$this->
DIC
=
$DIC
;
35
}
36
40
public
function
internal
():
InternalService
41
{
42
return
new
InternalService
($this->
DIC
);
43
}
44
}
ILIAS\MediaObjects\Service\__construct
__construct(Container $DIC)
Definition:
class.Service.php:32
ILIAS\MediaObjects
Container
ILIAS\MediaObjects\Service\$DIC
Container $DIC
Definition:
class.Service.php:30
DIC
ILIAS\MediaObjects\Service
Definition:
class.Service.php:28
ILIAS\Container
Definition:
Container.php:23
ILIAS\MediaObjects\InternalService
Repository internal service.
Definition:
class.InternalService.php:29
components
ILIAS
MediaObjects
Service
class.Service.php
Generated on Wed Sep 3 2025 23:02:20 for ILIAS by
1.8.13 (using
Doxyfile
)