1<?
php declare(strict_types=1);
23 $interval_seconds = (float) $this->il_settings->get(
24 self::SETTING_POLL_INTERVAL,
25 self::POLL_INTERVAL_DEFAULT
33 $this->il_settings->set(
34 self::SETTING_POLL_INTERVAL,
An exception for terminatinating execution or to throw for unit testing.
Global Settings of the Learning Sequence.
getPollingIntervalSeconds()
Repository for LSGlobalSettings over ILIAS global settings.
const SETTING_POLL_INTERVAL
storeSettings(LSGlobalSettings $settings)
__construct(\ilSetting $il_settings)
const POLL_INTERVAL_DEFAULT
Repository for LSGlobalSettings.