ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Style\Content\Service Class Reference
+ Collaboration diagram for ILIAS\Style\Content\Service:

Public Member Functions

 __construct (Container $DIC)
 
function gui ()
 
 domain ()
 

Protected Attributes

Container $DIC
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 25 of file class.Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Style\Content\Service::__construct ( Container  $DIC)

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

References ILIAS\Style\Content\Service\$DIC.

31  {
32  $this->DIC = $DIC;
33  }

Member Function Documentation

◆ 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()

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

Field Documentation

◆ $DIC

Container ILIAS\Style\Content\Service::$DIC
protected

Definition at line 27 of file class.Service.php.

Referenced by ILIAS\Style\Content\Service\__construct().

◆ $instance

array ILIAS\Style\Content\Service::$instance = []
staticprotected

Definition at line 28 of file class.Service.php.


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