19 declare(strict_types=1);
38 $interval_seconds = (float) $this->il_settings->get(
39 self::SETTING_POLL_INTERVAL,
40 (
string) self::POLL_INTERVAL_DEFAULT
48 $this->il_settings->set(
49 self::SETTING_POLL_INTERVAL,
storeSettings(LSGlobalSettings $settings)
Global Settings of the Learning Sequence.
Repository for LSGlobalSettings over ILIAS global settings.
const SETTING_POLL_INTERVAL
getPollingIntervalSeconds()
Repository for LSGlobalSettings.
__construct(\ilSetting $il_settings)
const POLL_INTERVAL_DEFAULT