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\Category\InternalService::__construct | ( | DI\Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References ILIAS\Category\InternalService\data(), ILIAS\Category\InternalService\domain(), ILIAS\Category\InternalService\gui(), and ILIAS\Category\InternalService\repo().
ILIAS\Category\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Category\InternalService\$data.
Referenced by ILIAS\Category\InternalService\__construct().
ILIAS\Category\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\Category\InternalService\$domain.
Referenced by ILIAS\Category\InternalService\__construct().
ILIAS\Category\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\Category\InternalService\$gui.
Referenced by ILIAS\Category\InternalService\__construct().
ILIAS\Category\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\Category\InternalService\$repo.
Referenced by ILIAS\Category\InternalService\__construct().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Category\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Category\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Category\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Category\InternalService\repo().