Definition at line 25 of file class.Service.php.
◆ __construct()
ILIAS\Style\Content\Service::__construct |
( |
Container |
$DIC | ) |
|
◆ domain()
ILIAS\Style\Content\Service::domain |
( |
| ) |
|
Definition at line 45 of file class.Service.php.
45 : DomainService
46 {
47 return self::$instance["domain"] ??= new DomainService($this->internal());
48 }
◆ gui()
ILIAS\Style\Content\Service::gui |
( |
| ) |
|
Definition at line 40 of file class.Service.php.
40 : GUIService
41 {
42 return self::$instance["gui"] ??= new GUIService($this->internal());
43 }
◆ $DIC
◆ $instance
array ILIAS\Style\Content\Service::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: