ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Global Settings of the Learning Sequence. More...
Public Member Functions | |
__construct (float $polling_interval_seconds) | |
getPollingIntervalSeconds () | |
getPollingIntervalMilliseconds () | |
withPollingIntervalSeconds (float $seconds) | |
Protected Attributes | |
$polling_interval_seconds | |
Global Settings of the Learning Sequence.
Definition at line 6 of file LSGlobalSettings.php.
LSGlobalSettings::__construct | ( | float | $polling_interval_seconds | ) |
Definition at line 13 of file LSGlobalSettings.php.
References $polling_interval_seconds.
LSGlobalSettings::getPollingIntervalMilliseconds | ( | ) |
Definition at line 23 of file LSGlobalSettings.php.
References getPollingIntervalSeconds().
Referenced by LSGlobalSettingsTest\testIntervalAttribute().
LSGlobalSettings::getPollingIntervalSeconds | ( | ) |
Definition at line 18 of file LSGlobalSettings.php.
References $polling_interval_seconds.
Referenced by getPollingIntervalMilliseconds(), ilLSGlobalSettingsDB\storeSettings(), and LSGlobalSettingsTest\testIntervalAttribute().
LSGlobalSettings::withPollingIntervalSeconds | ( | float | $seconds | ) |
Definition at line 29 of file LSGlobalSettings.php.
Referenced by LSGlobalSettingsTest\testIntervalAttribute().
|
protected |
Definition at line 11 of file LSGlobalSettings.php.
Referenced by __construct(), and getPollingIntervalSeconds().