ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Like\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\Like\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, protected InternalRepoService $repo, protected InternalDataService $data)
 

Protected Attributes

Container $dic
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Like\InternalDomainService::__construct ( Container  $DIC,
protected InternalRepoService  $repo,
protected InternalDataService  $data 
)

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

37 {
39 $this->dic = $DIC;
40 }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

References $DIC, and ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Field Documentation

◆ $dic

Container ILIAS\Like\InternalDomainService::$dic
protected

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

◆ $instance

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

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


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