ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MediaCast\InternalRepoService Class Reference
+ Collaboration diagram for ILIAS\MediaCast\InternalRepoService:

Public Member Functions

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

Static Protected Attributes

static array $instance = []
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

32  {
33  }

Member Function Documentation

◆ settings()

ILIAS\MediaCast\InternalRepoService::settings ( )

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

35  : SettingsDBRepository
36  {
37  return self::$instance["settings"] ??= new SettingsDBRepository(
38  $this->db,
39  $this->data
40  );
41  }

Field Documentation

◆ $instance

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

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


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