ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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)