ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Data\Text\HTML\RepoService Class Reference
+ Collaboration diagram for ILIAS\Data\Text\HTML\RepoService:

Public Member Functions

 __construct (protected DataService $data, protected \ilDBInterface $db, protected IRSSWrapper $irss)
 
 exportFile ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 25 of file RepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Data\Text\HTML\RepoService::__construct ( protected DataService  $data,
protected \ilDBInterface  $db,
protected IRSSWrapper  $irss 
)

Definition at line 29 of file RepoService.php.

33  {
34  }

Member Function Documentation

◆ exportFile()

ILIAS\Data\Text\HTML\RepoService::exportFile ( )

Definition at line 36 of file RepoService.php.

36  : ExportFileDBRepository
37  {
38  return self::$instance['export_file'] ??= new ExportFileDBRepository(
39  $this->db,
40  $this->irss,
41  $this->data,
43  );
44  }

Field Documentation

◆ $instance

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

Definition at line 27 of file RepoService.php.


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