| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Container\InternalService:Public Member Functions | |
| __construct (protected DI\Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Static Protected Attributes | |
| static array | $instance = [] | 
Definition at line 25 of file class.InternalService.php.
| ILIAS\Container\InternalService::__construct | ( | protected DI\Container | $DIC | ) | 
Definition at line 29 of file class.InternalService.php.
| ILIAS\Container\InternalService::data | ( | ) | 
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Container\InternalService\domain(), ILIAS\Container\InternalService\gui(), and ILIAS\Container\InternalService\repo().
 Here is the caller graph for this function:| ILIAS\Container\InternalService::domain | ( | ) | 
Definition at line 47 of file class.InternalService.php.
References ILIAS\Container\InternalService\data(), and ILIAS\Container\InternalService\repo().
Referenced by ILIAS\Container\InternalService\gui().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Container\InternalService::gui | ( | ) | 
Definition at line 56 of file class.InternalService.php.
References ILIAS\Container\InternalService\data(), and ILIAS\Container\InternalService\domain().
 Here is the call graph for this function:| ILIAS\Container\InternalService::repo | ( | ) | 
Definition at line 39 of file class.InternalService.php.
References ILIAS\Container\InternalService\data().
Referenced by ILIAS\Container\InternalService\domain().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  staticprotected | 
Definition at line 27 of file class.InternalService.php.