ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\SurveyQuestionPool\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\SurveyQuestionPool\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, protected InternalDataService $data_service, protected InternalDomainService $domain_service)
 
 editing ()
 
 settings ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 26 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\SurveyQuestionPool\InternalGUIService::__construct ( Container  $DIC,
protected InternalDataService  $data_service,
protected InternalDomainService  $domain_service 
)

Definition at line 32 of file class.InternalGUIService.php.

36 {
37 $this->initGUIServices($DIC);
38 }
initGUIServices(\ILIAS\DI\Container $DIC)

References ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ 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 }

Field Documentation

◆ $instance

array ILIAS\SurveyQuestionPool\InternalGUIService::$instance = []
staticprotected

Definition at line 30 of file class.InternalGUIService.php.


The documentation for this class was generated from the following file: