ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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)
LSGlobalSettingsDB\getSettings
getSettings()
Modules
LearningSequence
classes
GlobalSettings
LSGlobalSettingsDB.php
Generated on Mon Sep 1 2025 21:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)