ILIAS  release_8 Revision v8.24
ILIAS\Style\Content\Service Class Reference

Content style internal service. More...

+ Collaboration diagram for ILIAS\Style\Content\Service:

Public Member Functions

 __construct (Container $DIC)
 
 gui ()
 Internal service, do not use in other components. More...
 
 domain ()
 

Protected Attributes

Container $DIC
 
InternalService $internal
 
DomainService $domain
 
GUIService $gui
 

Detailed Description

Content style internal service.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

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

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

37 {
38 $this->DIC = $DIC;
39
40 $this->internal = new InternalService($this->DIC);
41 $this->gui = new GUIService(
42 $this->internal
43 );
44 $this->domain = new DomainService(
45 $this->internal
46 );
47 }
gui()
Internal service, do not use in other components.

References ILIAS\Repository\Service\$DIC, ILIAS\Style\Content\Service\domain(), and ILIAS\Style\Content\Service\gui().

+ Here is the call graph for this function:

Member Function Documentation

◆ domain()

ILIAS\Style\Content\Service::domain ( )

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

62 : DomainService
63 {
64 return $this->domain;
65 }

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

+ Here is the caller graph for this function:

◆ gui()

ILIAS\Style\Content\Service::gui ( )

Internal service, do not use in other components.

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

57 : GUIService
58 {
59 return $this->gui;
60 }

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

+ Here is the caller graph for this function:

Field Documentation

◆ $DIC

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

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

◆ $domain

DomainService ILIAS\Style\Content\Service::$domain
protected

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

◆ $gui

GUIService ILIAS\Style\Content\Service::$gui
protected

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

◆ $internal

InternalService ILIAS\Style\Content\Service::$internal
protected

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


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