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