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