|
ILIAS
release_8 Revision v8.24
|
Survey internal service. More...
Collaboration diagram for ILIAS\Survey\InternalService:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| gui () | |
| repo () | |
| data () | |
| domain () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalGUIService | $gui |
| InternalDomainService | $domain |
| InternalRepoService | $repo |
| ModeFactory | $mode_factory |
| ilDBInterface | $db |
Survey internal service.
Definition at line 29 of file class.InternalService.php.
| ILIAS\Exercise\InternalService::__construct | ( | ) |
Constructor.
Definition at line 38 of file class.InternalService.php.
References $DIC, ILIAS\Survey\InternalService\data(), ILIAS\Survey\InternalService\domain(), ILIAS\Survey\InternalService\gui(), and ILIAS\Survey\InternalService\repo().
Here is the call graph for this function:| ILIAS\Survey\InternalService::data | ( | ) |
Definition at line 73 of file class.InternalService.php.
References ILIAS\Survey\InternalService\$data.
Referenced by ILIAS\Survey\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Survey\InternalService::domain | ( | ) |
Definition at line 78 of file class.InternalService.php.
References ILIAS\Survey\InternalService\$domain.
Referenced by ILIAS\Survey\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Survey\InternalService::gui | ( | ) |
Definition at line 63 of file class.InternalService.php.
References ILIAS\Survey\InternalService\$gui.
Referenced by ILIAS\Survey\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Survey\InternalService::repo | ( | ) |
Definition at line 68 of file class.InternalService.php.
References ILIAS\Survey\InternalService\$repo.
Referenced by ILIAS\Survey\InternalService\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Survey\InternalService\data().
|
protected |
Definition at line 36 of file class.InternalService.php.
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Survey\InternalService\domain().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Survey\InternalService\gui().
|
protected |
Definition at line 35 of file class.InternalService.php.
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Survey\InternalService\repo().