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

Public Member Functions

 __construct (protected InternalDomainService $internal_domain)
 
 html ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\ExternalDomainService::__construct ( protected InternalDomainService  $internal_domain)

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

31 {
32 }

Member Function Documentation

◆ html()

ILIAS\Export\ExternalDomainService::html ( )

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

34 : HTML\ExternalDomainService
35 {
36 return self::$instance['html'] ??= new HTML\ExternalDomainService(
37 $this->internal_domain
38 );
39 }

Field Documentation

◆ $instance

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

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


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