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