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,
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