◆ __construct()
◆ accessSession()
ILIAS\Portfolio\InternalRepoService::accessSession |
( |
| ) |
|
Definition at line 36 of file class.InternalRepoService.php.
36 : AccessSessionRepository
37 {
38 return self::$instance["access"] ??= new AccessSessionRepository();
39 }
◆ settings()
ILIAS\Portfolio\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\Portfolio\InternalRepoService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: