ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Export\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\Export\InternalDomainService:

Public Member Functions

 __construct (protected InternalRepoService $repo, protected InternalDataService $data)
 
 html ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\InternalDomainService::__construct ( protected InternalRepoService  $repo,
protected InternalDataService  $data 
)

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

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

33  {
34  global $DIC;
35 
36  $this->initDomainServices($DIC);
37  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:

Member Function Documentation

◆ html()

ILIAS\Export\InternalDomainService::html ( )

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

39  : HTML\DomainService
40  {
41  return self::$instance['html'] ??= new HTML\DomainService(
42  $this->data->html(),
43  $this->repo->html(),
44  $this
45  );
46  }

Field Documentation

◆ $instance

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

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


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