ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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  {
44  return $this->internal_domain->html()->collector(
45  $obj_id,
46  $type
47  );
48  }

◆ fileManager()

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

Definition at line 50 of file ExternalDomainService.php.

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

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: