ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Storage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ContentPage\GlobalSettings
;
22
28
interface
Storage
29
{
30
public
function
getSettings
():
Settings
;
31
32
public
function
store
(
Settings
$settings): void;
33
}
ILIAS\ContentPage\GlobalSettings\Storage
Definition:
Storage.php:28
ILIAS\ContentPage\GlobalSettings\Storage\getSettings
getSettings()
ILIAS\ContentPage\GlobalSettings
Definition:
Settings.php:21
ILIAS\ContentPage\GlobalSettings\Storage\store
store(Settings $settings)
SettingsInterface
components
ILIAS
ContentPage
classes
GlobalSettings
Storage.php
Generated on Mon Sep 1 2025 23:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)