ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 26 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

35  {
36  }

Member Function Documentation

◆ html()

ILIAS\Export\InternalRepoService::html ( )

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

References ILIAS\$db.

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

Field Documentation

◆ $instance

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

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


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