ILIAS
release_8 Revision v8.19
|
Survey question pool internal service. More...
Public Member Functions | |
__construct (Container $DIC) | |
data () | |
repo () | |
domain () | |
gui () | |
Protected Attributes | |
InternalDataService | $data |
InternalRepoService | $repo |
InternalDomainService | $domain |
InternalGUIService | $gui |
Survey question pool internal service.
Definition at line 29 of file class.InternalService.php.
ILIAS\SurveyQuestionPool\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References ILIAS\SurveyQuestionPool\InternalService\data(), ILIAS\DI\Container\database(), ILIAS\SurveyQuestionPool\InternalService\domain(), ILIAS\SurveyQuestionPool\InternalService\gui(), and ILIAS\SurveyQuestionPool\InternalService\repo().
ILIAS\SurveyQuestionPool\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\SurveyQuestionPool\InternalService\$data.
Referenced by ILIAS\SurveyQuestionPool\InternalService\__construct().
ILIAS\SurveyQuestionPool\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\SurveyQuestionPool\InternalService\$domain.
Referenced by ILIAS\SurveyQuestionPool\InternalService\__construct().
ILIAS\SurveyQuestionPool\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\SurveyQuestionPool\InternalService\$gui.
Referenced by ILIAS\SurveyQuestionPool\InternalService\__construct().
ILIAS\SurveyQuestionPool\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\SurveyQuestionPool\InternalService\$repo.
Referenced by ILIAS\SurveyQuestionPool\InternalService\__construct().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\SurveyQuestionPool\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\SurveyQuestionPool\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\SurveyQuestionPool\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\SurveyQuestionPool\InternalService\repo().