◆ __construct()
◆ editing()
ILIAS\Glossary\InternalGUIService::editing |
( |
| ) |
|
Definition at line 41 of file class.InternalGUIService.php.
43 return self::$instance[
"editing"] ??=
new Editing\GUIService(
44 $this->domain_service,
◆ presentation()
ILIAS\Glossary\InternalGUIService::presentation |
( |
| ) |
|
Definition at line 49 of file class.InternalGUIService.php.
49 : Presentation\GUIService
51 return self::$instance[
"presentation"] ??=
new Presentation\GUIService(
52 $this->domain_service,
◆ settings()
ILIAS\Glossary\InternalGUIService::settings |
( |
| ) |
|
Definition at line 57 of file class.InternalGUIService.php.
59 return self::$instance[
"settings"] ??=
new Settings\GUIService(
61 $this->domain_service,
◆ $instance
array ILIAS\Glossary\InternalGUIService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: