ILIAS
release_8 Revision v8.24
◀ 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
ILIAS\LTI\ToolProvider\$settings
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition:
System.php:200
Modules
ContentPage
classes
GlobalSettings
Storage.php
Generated on Sun Nov 2 2025 22:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)