ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LSGlobalSettingsDB.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
6
interface
LSGlobalSettingsDB
7
{
8
public
function
getSettings
() :
LSGlobalSettings
;
9
10
public
function
storeSettings
(
LSGlobalSettings
$settings);
11
}
LSGlobalSettings
Global Settings of the Learning Sequence.
Definition:
LSGlobalSettings.php:6
LSGlobalSettingsDB
Repository for LSGlobalSettings.
Definition:
LSGlobalSettingsDB.php:6
LSGlobalSettingsDB\storeSettings
storeSettings(LSGlobalSettings $settings)
php
LSGlobalSettingsDB\getSettings
getSettings()
Modules
LearningSequence
classes
GlobalSettings
LSGlobalSettingsDB.php
Generated on Thu Jan 16 2025 19:02:05 for ILIAS by
1.8.13 (using
Doxyfile
)