Wiki repo service.
More...
Wiki repo service.
Definition at line 31 of file class.InternalRepoService.php.
◆ __construct()
◆ importantPage()
ILIAS\Wiki\InternalRepoService::importantPage |
( |
| ) |
|
Definition at line 49 of file class.InternalRepoService.php.
49 : ImportantPageDBRepository
51 return self::$instance[
"imp_page"] ??=
new ImportantPageDBRepository(
◆ missingPage()
ILIAS\Wiki\InternalRepoService::missingPage |
( |
| ) |
|
Definition at line 57 of file class.InternalRepoService.php.
57 : MissingPageDBRepository
59 return self::$instance[
"missing_page"] ??=
new MissingPageDBRepository(
◆ page()
ILIAS\Wiki\InternalRepoService::page |
( |
| ) |
|
◆ settings()
ILIAS\Wiki\InternalRepoService::settings |
( |
| ) |
|
◆ $instance
array ILIAS\Wiki\InternalRepoService::$instance = [] |
|
staticprotected |
The documentation for this class was generated from the following file: