ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Data\Text\HTML\DomainService Class Reference
+ Collaboration diagram for ILIAS\Data\Text\HTML\DomainService:

Public Member Functions

 __construct (protected DataService $data, protected RepoService $repo, protected InternalDomainService $domain)
 
 collector (int $obj_id, string $type="")
 
 fileManager ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 30 of file DomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\HTML\DomainService::__construct ( protected DataService  $data,
protected RepoService  $repo,
protected InternalDomainService  $domain 
)

Definition at line 34 of file DomainService.php.

38  {
39  }

Member Function Documentation

◆ collector()

ILIAS\Data\Text\HTML\DomainService::collector ( int  $obj_id,
string  $type = "" 
)

Definition at line 41 of file DomainService.php.

44  : ExportCollector {
45  return new ExportCollector(
46  $this->data,
47  $this->repo->exportFile(),
48  $obj_id,
49  $type
50  );
51  }

◆ fileManager()

ILIAS\Data\Text\HTML\DomainService::fileManager ( )

Definition at line 53 of file DomainService.php.

54  : ExportFileManager {
55  return self::$instance["file_manager"] ??= new ExportFileManager(
56  $this->data,
57  $this->repo->exportFile()
58  );
59  }

Field Documentation

◆ $instance

array ILIAS\Data\Text\HTML\DomainService::$instance = []
staticprotected

Definition at line 32 of file DomainService.php.


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