19declare(strict_types=1);
38 $interval_seconds = (float) $this->il_settings->get(
39 self::SETTING_POLL_INTERVAL,
48 $this->il_settings->set(
49 self::SETTING_POLL_INTERVAL,
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.