ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Global Settings of the Learning Sequence. More...
Public Member Functions | |
__construct (float $polling_interval_seconds) | |
getPollingIntervalSeconds () | |
getPollingIntervalMilliseconds () | |
withPollingIntervalSeconds (float $seconds) | |
Protected Attributes | |
float | $polling_interval_seconds |
Global Settings of the Learning Sequence.
Definition at line 24 of file LSGlobalSettings.php.
LSGlobalSettings::__construct | ( | float | $polling_interval_seconds | ) |
Definition at line 28 of file LSGlobalSettings.php.
References $polling_interval_seconds.
LSGlobalSettings::getPollingIntervalMilliseconds | ( | ) |
Definition at line 38 of file LSGlobalSettings.php.
References getPollingIntervalSeconds().
Referenced by GlobalSettingsTest\testIntervalAttribute().
LSGlobalSettings::getPollingIntervalSeconds | ( | ) |
Definition at line 33 of file LSGlobalSettings.php.
References $polling_interval_seconds.
Referenced by getPollingIntervalMilliseconds(), ilLSGlobalSettingsDB\storeSettings(), and GlobalSettingsTest\testIntervalAttribute().
LSGlobalSettings::withPollingIntervalSeconds | ( | float | $seconds | ) |
Definition at line 44 of file LSGlobalSettings.php.
Referenced by GlobalSettingsTest\testIntervalAttribute().
|
protected |
Definition at line 26 of file LSGlobalSettings.php.
Referenced by __construct(), and getPollingIntervalSeconds().