◆ __construct()
◆ clipboard()
ILIAS\MediaPool\InternalRepoService::clipboard |
( |
| ) |
|
Definition at line 36 of file class.InternalRepoService.php.
36 : Clipboard\ClipboardSessionRepository
37 {
38 return self::$instance["clipboard"] ??= new Clipboard\ClipboardSessionRepository();
39 }
◆ settings()
ILIAS\MediaPool\InternalRepoService::settings |
( |
| ) |
|
Definition at line 41 of file class.InternalRepoService.php.
41 : SettingsDBRepository
42 {
43 return self::$instance["settings"] ??= new SettingsDBRepository(
44 $this->db,
45 $this->data
46 );
47 }
◆ $instance
array ILIAS\MediaPool\InternalRepoService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: