|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Survey internal ui service. More...
Collaboration diagram for ILIAS\Survey\InternalGUIService:Public Member Functions | |
| __construct (\ilObjectService $object_service, ModeFactory $mode_factory, InternalDomainService $domain_service) | |
| surveySettings (\ilObjSurvey $survey) | |
| evaluation (\ilObjSurvey $survey) | |
| editing () | |
| execution () | |
| infoScreen (\ilObjSurveyGUI $survey_gui, \ilToolbarGUI $toolbar) | |
| modeUIModifier (int $mode) | |
| lng () | |
| print () | |
Protected Attributes | |
| ilObjectService | $object_service |
| ModeFactory | $mode_factory |
| InternalDomainService | $domain_service |
| ServerRequestInterface | $request |
Survey internal ui service.
Definition at line 34 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::__construct | ( | \ilObjectService | $object_service, |
| ModeFactory | $mode_factory, | ||
| InternalDomainService | $domain_service | ||
| ) |
Definition at line 43 of file class.InternalGUIService.php.
References $DIC, ILIAS\Survey\InternalGUIService\$domain_service, ILIAS\Survey\InternalGUIService\$mode_factory, ILIAS\Survey\InternalGUIService\$object_service, and ILIAS\Repository\initGUIServices().
Here is the call graph for this function:| ILIAS\Survey\InternalGUIService::editing | ( | ) |
Definition at line 78 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::evaluation | ( | \ilObjSurvey | $survey | ) |
Definition at line 68 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::execution | ( | ) |
Definition at line 86 of file class.InternalGUIService.php.
Referenced by ILIAS\Survey\Execution\LaunchGUI\__construct().
Here is the caller graph for this function:| ILIAS\Survey\InternalGUIService::infoScreen | ( | \ilObjSurveyGUI | $survey_gui, |
| \ilToolbarGUI | $toolbar | ||
| ) |
Definition at line 94 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::lng | ( | ) |
Definition at line 117 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::modeUIModifier | ( | int | $mode | ) |
Definition at line 111 of file class.InternalGUIService.php.
Referenced by ILIAS\Survey\Settings\UIFactory\__construct().
Here is the caller graph for this function:| ILIAS\Survey\InternalGUIService::print | ( | ) |
Definition at line 122 of file class.InternalGUIService.php.
| ILIAS\Survey\InternalGUIService::surveySettings | ( | \ilObjSurvey | $survey | ) |
Definition at line 58 of file class.InternalGUIService.php.
|
protected |
Definition at line 40 of file class.InternalGUIService.php.
Referenced by ILIAS\Survey\InternalGUIService\__construct().
|
protected |
Definition at line 39 of file class.InternalGUIService.php.
Referenced by ILIAS\Survey\InternalGUIService\__construct().
|
protected |
Definition at line 38 of file class.InternalGUIService.php.
Referenced by ILIAS\Survey\InternalGUIService\__construct().
|
protected |
Definition at line 41 of file class.InternalGUIService.php.