|
ILIAS
release_8 Revision v8.24
|
Repository internal service. More...
Collaboration diagram for ILIAS\Repository\InternalService:Public Member Functions | |
| __construct (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\Repository\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References $DIC, ILIAS\Repository\InternalService\data(), ILIAS\DI\Container\database(), ILIAS\Repository\InternalService\domain(), ILIAS\Repository\InternalService\gui(), and ILIAS\Repository\InternalService\repo().
Here is the call graph for this function:| ILIAS\Repository\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Repository\InternalService\$data.
Referenced by ILIAS\Repository\InternalService\__construct(), and ILIAS\Style\Content\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Repository\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\Repository\InternalService\$domain.
Referenced by ILIAS\Repository\InternalService\__construct(), and ILIAS\Style\Content\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Repository\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\Repository\InternalService\$gui.
Referenced by ILIAS\Repository\InternalService\__construct(), and ILIAS\Style\Content\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Repository\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\Repository\InternalService\$repo.
Referenced by ILIAS\Repository\InternalService\__construct(), and ILIAS\Style\Content\InternalService\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Repository\InternalService\data(), and ILIAS\Style\Content\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Repository\InternalService\domain(), and ILIAS\Style\Content\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Repository\InternalService\gui(), and ILIAS\Style\Content\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Repository\InternalService\repo(), and ILIAS\Style\Content\InternalService\repo().