ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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)