ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

33 {
34 }

Member Function Documentation

◆ exportFile()

ILIAS\Export\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\Export\HTML\RepoService::$instance = []
staticprotected

Definition at line 27 of file RepoService.php.


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