|
ILIAS
release_8 Revision v8.24
|
Block internal service. More...
Collaboration diagram for ILIAS\Block\InternalService:Public Member Functions | |
| __construct (Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| InternalDomainService | $domain |
| InternalGUIService | $gui |
Block internal service.
Definition at line 29 of file class.InternalService.php.
| ILIAS\Block\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References $DIC, ILIAS\Block\InternalService\data(), ILIAS\DI\Container\database(), ILIAS\Block\InternalService\domain(), ILIAS\Block\InternalService\gui(), and ILIAS\Block\InternalService\repo().
Here is the call graph for this function:| ILIAS\Block\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Block\InternalService\$data.
Referenced by ILIAS\Block\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Block\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\Block\InternalService\$domain.
Referenced by ILIAS\Block\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Block\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\Block\InternalService\$gui.
Referenced by ILIAS\Block\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Block\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\Block\InternalService\$repo.
Referenced by ILIAS\Block\InternalService\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Block\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Block\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Block\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Block\InternalService\repo().