ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Export\InternalRepoService Class Reference
+ Collaboration diagram for ILIAS\Export\InternalRepoService:

Public Member Functions

 __construct (protected InternalDataService $data, protected \ilDBInterface $db)
 
 html ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 25 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\InternalRepoService::__construct ( protected InternalDataService  $data,
protected \ilDBInterface  $db 
)

Definition at line 31 of file class.InternalRepoService.php.

34 {
35 }

Member Function Documentation

◆ html()

ILIAS\Export\InternalRepoService::html ( )

Definition at line 37 of file class.InternalRepoService.php.

37 : HTML\RepoService
38 {
39 return self::$instance['html'] ??= new HTML\RepoService(
40 $this->data->html(),
41 $this->db,
42 $this->irss()
43 );
44 }

Field Documentation

◆ $instance

array ILIAS\Export\InternalRepoService::$instance = []
staticprotected

Definition at line 29 of file class.InternalRepoService.php.


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