|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for LSGlobalSettings:Public Member Functions | |
| __construct (float $polling_interval_seconds) | |
| getPollingIntervalSeconds () | |
| getPollingIntervalMilliseconds () | |
| withPollingIntervalSeconds (float $seconds) | |
Protected Attributes | |
| float | $polling_interval_seconds |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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().
Here is the call graph for this function:
Here is the caller graph for this function:| LSGlobalSettings::getPollingIntervalSeconds | ( | ) |
Definition at line 33 of file LSGlobalSettings.php.
References $polling_interval_seconds.
Referenced by getPollingIntervalMilliseconds(), ilLSGlobalSettingsDB\storeSettings(), and GlobalSettingsTest\testIntervalAttribute().
Here is the caller graph for this function:| LSGlobalSettings::withPollingIntervalSeconds | ( | float | $seconds | ) |
Definition at line 44 of file LSGlobalSettings.php.
Referenced by GlobalSettingsTest\testIntervalAttribute().
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file LSGlobalSettings.php.
Referenced by __construct(), and getPollingIntervalSeconds().