Definition at line 26 of file class.GUIService.php.
◆ __construct()
◆ launchGUI()
ILIAS\Survey\Execution\GUIService::launchGUI |
( |
\ilObjSurvey |
$survey | ) |
|
Definition at line 45 of file class.GUIService.php.
References ilObject\getId().
48 return self::$instance[
"launch_gui"][$survey->getId()] ??
49 self::$instance[
"launch_gui"][$survey->getId()] =
new LaunchGUI(
50 $this->domain_service,
◆ request()
ILIAS\Survey\Execution\GUIService::request |
( |
| ) |
|
Definition at line 36 of file class.GUIService.php.
38 return self::$instance[
"ex_request"] ??
39 self::$instance[
"ex_request"] =
new ExecutionGUIRequest(
40 $this->ui_service->http(),
41 $this->domain_service->refinery()
◆ $instance
array ILIAS\Survey\Execution\GUIService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: