ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Export\HTML\RepoService Class Reference
+ Collaboration diagram for ILIAS\Export\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\Export\HTML\RepoService::__construct ( protected DataService  $data,
protected \ilDBInterface  $db,
protected IRSSWrapper  $irss 
)

Definition at line 29 of file RepoService.php.

34  {
35  }

Member Function Documentation

◆ exportFile()

ILIAS\Export\HTML\RepoService::exportFile ( )

Definition at line 37 of file RepoService.php.

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

Field Documentation

◆ $instance

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

Definition at line 27 of file RepoService.php.


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