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.
47 return self::$instance[
"domain"] ??=
new DomainService($this->
internal());
◆ gui()
function ILIAS\Style\Content\Service::gui |
( |
| ) |
|
Definition at line 40 of file class.Service.php.
42 return self::$instance[
"gui"] ??=
new GUIService($this->
internal());
◆ $DIC
◆ $instance
array ILIAS\Style\Content\Service::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: