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
}
ILIAS\ContentPage\GlobalSettings\Storage
Definition:
Storage.php:11
ILIAS\ContentPage\GlobalSettings\Storage\getSettings
getSettings()
ILIAS\ContentPage\GlobalSettings\Settings
Definition:
Settings.php:11
ILIAS\ContentPage\GlobalSettings
Definition:
Settings.php:4
ILIAS\ContentPage\GlobalSettings\Storage\store
store(Settings $settings)
Modules
ContentPage
classes
GlobalSettings
Storage.php
Generated on Wed Sep 3 2025 21:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)