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

Public Member Functions

 __construct (protected InternalDomainService $internal_domain)
 
 collector (int $obj_id, string $type="")
 
 fileManager ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 30 of file ExternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 34 of file ExternalDomainService.php.

36 {
37 }

Member Function Documentation

◆ collector()

ILIAS\Export\HTML\ExternalDomainService::collector ( int  $obj_id,
string  $type = "" 
)

Definition at line 39 of file ExternalDomainService.php.

42 : ExportCollector {
43 return $this->internal_domain->html()->collector(
44 $obj_id,
45 $type
46 );
47 }

◆ fileManager()

ILIAS\Export\HTML\ExternalDomainService::fileManager ( )

Definition at line 49 of file ExternalDomainService.php.

50 : ExportFileManager {
51 return $this->internal_domain->html()->fileManager();
52 }

Field Documentation

◆ $instance

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

Definition at line 32 of file ExternalDomainService.php.


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