ILIAS
release_8 Revision v8.19
|
Repository internal service. More...
Public Member Functions | |
__construct (DI\Container $DIC) | |
data () | |
repo () | |
domain () | |
gui () | |
Protected Attributes | |
InternalDataService | $data |
InternalRepoService | $repo |
InternalDomainService | $domain |
InternalGUIService | $gui |
Repository internal service.
Definition at line 29 of file class.InternalService.php.
ILIAS\Container\InternalService::__construct | ( | DI\Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References ILIAS\Container\InternalService\data(), ILIAS\Container\InternalService\domain(), ILIAS\Container\InternalService\gui(), and ILIAS\Container\InternalService\repo().
ILIAS\Container\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Container\InternalService\$data.
Referenced by ILIAS\Container\InternalService\__construct().
ILIAS\Container\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\Container\InternalService\$domain.
Referenced by ILIAS\Container\InternalService\__construct().
ILIAS\Container\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\Container\InternalService\$gui.
Referenced by ILIAS\Container\InternalService\__construct().
ILIAS\Container\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\Container\InternalService\$repo.
Referenced by ILIAS\Container\InternalService\__construct().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Container\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Container\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Container\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Container\InternalService\repo().