ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
LSGlobalSettingsDB.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
7 {
8  public function getSettings() : LSGlobalSettings;
9 
10  public function storeSettings(LSGlobalSettings $settings);
11 }
Global Settings of the Learning Sequence.
Repository for LSGlobalSettings.
storeSettings(LSGlobalSettings $settings)