ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Like\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Like\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 26 of file class.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Like\InternalGUIService::__construct ( Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

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

References ILIAS\Like\InternalGUIService\$data_service, ILIAS\Like\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

38  {
39  $this->data_service = $data_service;
40  $this->domain_service = $domain_service;
41  $this->initGUIServices($DIC);
42  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26
+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\Like\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Like\InternalGUIService::$domain_service
protected

◆ $instance

array ILIAS\Like\InternalGUIService::$instance = []
staticprotected

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


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