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 26 of file class.InternalService.php.
ILIAS\RootFolder\InternalService::__construct | ( | DI\Container | $DIC | ) |
Definition at line 33 of file class.InternalService.php.
References ILIAS\RootFolder\InternalService\data(), ILIAS\RootFolder\InternalService\domain(), ILIAS\RootFolder\InternalService\gui(), and ILIAS\RootFolder\InternalService\repo().
ILIAS\RootFolder\InternalService::data | ( | ) |
Definition at line 53 of file class.InternalService.php.
References ILIAS\RootFolder\InternalService\$data.
Referenced by ILIAS\RootFolder\InternalService\__construct().
ILIAS\RootFolder\InternalService::domain | ( | ) |
Definition at line 63 of file class.InternalService.php.
References ILIAS\RootFolder\InternalService\$domain.
Referenced by ILIAS\RootFolder\InternalService\__construct().
ILIAS\RootFolder\InternalService::gui | ( | ) |
Definition at line 68 of file class.InternalService.php.
References ILIAS\RootFolder\InternalService\$gui.
Referenced by ILIAS\RootFolder\InternalService\__construct().
ILIAS\RootFolder\InternalService::repo | ( | ) |
Definition at line 58 of file class.InternalService.php.
References ILIAS\RootFolder\InternalService\$repo.
Referenced by ILIAS\RootFolder\InternalService\__construct().
|
protected |
Definition at line 28 of file class.InternalService.php.
Referenced by ILIAS\RootFolder\InternalService\data().
|
protected |
Definition at line 30 of file class.InternalService.php.
Referenced by ILIAS\RootFolder\InternalService\domain().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\RootFolder\InternalService\gui().
|
protected |
Definition at line 29 of file class.InternalService.php.
Referenced by ILIAS\RootFolder\InternalService\repo().