3 declare(strict_types=1);
49 $this->domain_service,
58 return $this->settings_form_gui->getForm($target_class);
63 return $this->settings_form_gui->checkForm($form);
68 $this->settings_form_gui->saveForm($form);
Survey internal ui service.
form(string $target_class)
InternalDomainService $domain_service
saveForm(\ilPropertyFormGUI $form)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjectServiceInterface $object_service
SettingsFormGUI $settings_form_gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkForm(\ilPropertyFormGUI $form)
modeUIModifier(int $mode)
InternalGUIService $ui_service
Survey internal domain service.
__construct(InternalGUIService $ui_service, \ilObjectServiceInterface $object_service, \ilObjSurvey $survey, InternalDomainService $domain_service)