|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\InternalService:Public Member Functions | |
| __construct (protected Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Protected Attributes | |
| array | $instance = [] |
Definition at line 25 of file class.InternalService.php.
| ILIAS\Repository\InternalService::__construct | ( | protected Container | $DIC | ) |
Definition at line 29 of file class.InternalService.php.
| ILIAS\Repository\InternalService::data | ( | ) |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\RootFolder\InternalService\__construct(), ILIAS\Repository\InternalService\domain(), ILIAS\Style\Content\InternalService\domain(), ILIAS\Repository\InternalService\gui(), ILIAS\Style\Content\InternalService\gui(), ILIAS\Repository\InternalService\repo(), and ILIAS\Style\Content\InternalService\repo().
Here is the caller graph for this function:| ILIAS\Repository\InternalService::domain | ( | ) |
Definition at line 47 of file class.InternalService.php.
References ILIAS\Repository\InternalService\data(), and ILIAS\Repository\InternalService\repo().
Referenced by ILIAS\RootFolder\InternalService\__construct(), ILIAS\Repository\InternalService\gui(), and ILIAS\Style\Content\InternalService\gui().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\InternalService::gui | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Repository\InternalService\data(), and ILIAS\Repository\InternalService\domain().
Referenced by ILIAS\RootFolder\InternalService\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\InternalService::repo | ( | ) |
Definition at line 39 of file class.InternalService.php.
References ILIAS\Repository\InternalService\data().
Referenced by ILIAS\RootFolder\InternalService\__construct(), ILIAS\Repository\InternalService\domain(), and ILIAS\Style\Content\InternalService\domain().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.InternalService.php.