ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
PersonalWorkspace internal service. More...
Public Member Functions | |
__construct () | |
gui () | |
repo () | |
data () | |
domain () | |
Protected Attributes | |
InternalDataService | $data |
InternalGUIService | $gui |
InternalDomainService | $domain |
InternalRepoService | $repo |
PersonalWorkspace internal service.
Definition at line 27 of file class.InternalService.php.
ILIAS\PersonalWorkspace\InternalService::__construct | ( | ) |
Definition at line 34 of file class.InternalService.php.
References $DIC, ILIAS\PersonalWorkspace\InternalService\data(), ILIAS\PersonalWorkspace\InternalService\domain(), ILIAS\PersonalWorkspace\InternalService\gui(), and ILIAS\PersonalWorkspace\InternalService\repo().
ILIAS\PersonalWorkspace\InternalService::data | ( | ) |
Definition at line 62 of file class.InternalService.php.
References ILIAS\PersonalWorkspace\InternalService\$data.
Referenced by ILIAS\PersonalWorkspace\InternalService\__construct().
ILIAS\PersonalWorkspace\InternalService::domain | ( | ) |
Definition at line 67 of file class.InternalService.php.
References ILIAS\PersonalWorkspace\InternalService\$domain.
Referenced by ILIAS\PersonalWorkspace\InternalService\__construct().
ILIAS\PersonalWorkspace\InternalService::gui | ( | ) |
Definition at line 52 of file class.InternalService.php.
References ILIAS\PersonalWorkspace\InternalService\$gui.
Referenced by ILIAS\PersonalWorkspace\InternalService\__construct().
ILIAS\PersonalWorkspace\InternalService::repo | ( | ) |
Definition at line 57 of file class.InternalService.php.
References ILIAS\PersonalWorkspace\InternalService\$repo.
Referenced by ILIAS\PersonalWorkspace\InternalService\__construct().
|
protected |
Definition at line 29 of file class.InternalService.php.
Referenced by ILIAS\PersonalWorkspace\InternalService\data().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\PersonalWorkspace\InternalService\domain().
|
protected |
Definition at line 30 of file class.InternalService.php.
Referenced by ILIAS\PersonalWorkspace\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\PersonalWorkspace\InternalService\repo().