ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
Global Settings of the Learning Sequence.
Repository for LSGlobalSettings.
storeSettings(LSGlobalSettings $settings)