ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Storage.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
/* Copyright (c) 1998-2020 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\ContentPage\GlobalSettings
;
5
11
interface
Storage
12
{
16
public
function
getSettings
() :
Settings
;
17
21
public
function
store
(
Settings
$settings) : void;
22
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\ContentPage\GlobalSettings\Settings
Definition:
Settings.php:12
ILIAS\ContentPage\GlobalSettings\Storage
Definition:
Storage.php:12
ILIAS\ContentPage\GlobalSettings\Storage\store
store(Settings $settings)
ILIAS\ContentPage\GlobalSettings\Storage\getSettings
getSettings()
ILIAS\ContentPage\GlobalSettings
Definition:
Settings.php:4
Modules
ContentPage
classes
GlobalSettings
Storage.php
Generated on Fri Oct 3 2025 21:00:43 for ILIAS by
1.9.4 (using
Doxyfile
)