3 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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const SETTING_POLL_INTERVAL
getPollingIntervalSeconds()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(\ilSetting $il_settings)
const POLL_INTERVAL_DEFAULT