ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Settings
Definition:
Settings.php:29
ILIAS\ContentPage\GlobalSettings\Storage
Definition:
Storage.php:29
ILIAS\ContentPage\GlobalSettings\Storage\store
store(Settings $settings)
ILIAS\ContentPage\GlobalSettings\Storage\getSettings
getSettings()
ILIAS\ContentPage\GlobalSettings
Definition:
Settings.php:21
components
ILIAS
ContentPage
classes
GlobalSettings
Storage.php
Generated on Sat Oct 18 2025 23:02:50 for ILIAS by
1.9.4 (using
Doxyfile
)