◆ __construct()
◆ editing()
ILIAS\SurveyQuestionPool\InternalGUIService::editing |
( |
| ) |
|
Definition at line 40 of file class.InternalGUIService.php.
40 : Editing\GUIService
41 {
42 return self::$instance["editing"] ??= new Editing\GUIService(
43 $this,
44 $this->domain_service
45 );
46 }
◆ settings()
ILIAS\SurveyQuestionPool\InternalGUIService::settings |
( |
| ) |
|
Definition at line 48 of file class.InternalGUIService.php.
49 : Settings\GUIService {
50 return self::$instance["settings"] ??= new Settings\GUIService(
51 $this->data_service,
52 $this->domain_service,
53 $this
54 );
55 }
◆ $instance
array ILIAS\SurveyQuestionPool\InternalGUIService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: