ILIAS
release_8 Revision v8.23
◀ 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\LTI\ToolProvider\$settings
array $settings
Setting values (LTI parameters, custom parameters and local parameters).
Definition:
System.php:200
ILIAS\ContentPage\GlobalSettings\Storage
Definition:
Storage.php:28
ILIAS\ContentPage\GlobalSettings\Storage\getSettings
getSettings()
ILIAS\ContentPage\GlobalSettings\Settings
Definition:
Settings.php:28
ILIAS\ContentPage\GlobalSettings
Definition:
Settings.php:21
ILIAS\ContentPage\GlobalSettings\Storage\store
store(Settings $settings)
Modules
ContentPage
classes
GlobalSettings
Storage.php
Generated on Tue Sep 2 2025 22:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)