|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\ContentPage\GlobalSettings\StorageImpl:
Collaboration diagram for ILIAS\ContentPage\GlobalSettings\StorageImpl:Public Member Functions | |
| __construct (ilSetting $globalSettings) | |
| StorageImpl constructor. More... | |
| getSettings () | |
| @inheritDoc More... | |
| store (Settings $settings) | |
| @inheritDoc More... | |
| getSettings () | |
| store (Settings $settings) | |
Private Attributes | |
| const | P_READING_TIME_STATUS = 'reading_time_status' |
| $globalSettings | |
Definition at line 13 of file StorageImpl.php.
| ILIAS\ContentPage\GlobalSettings\StorageImpl::__construct | ( | ilSetting | $globalSettings | ) |
StorageImpl constructor.
| ilSetting | $globalSettings |
Definition at line 24 of file StorageImpl.php.
References ILIAS\ContentPage\GlobalSettings\StorageImpl\$globalSettings.
| ILIAS\ContentPage\GlobalSettings\StorageImpl::getSettings | ( | ) |
@inheritDoc
Implements ILIAS\ContentPage\GlobalSettings\Storage.
Definition at line 32 of file StorageImpl.php.
| ILIAS\ContentPage\GlobalSettings\StorageImpl::store | ( | Settings | $settings | ) |
@inheritDoc
Implements ILIAS\ContentPage\GlobalSettings\Storage.
Definition at line 48 of file StorageImpl.php.
References ILIAS\ContentPage\GlobalSettings\Settings\isReadingTimeEnabled().
Here is the call graph for this function:
|
private |
Definition at line 18 of file StorageImpl.php.
Referenced by ILIAS\ContentPage\GlobalSettings\StorageImpl\__construct().
|
private |
Definition at line 15 of file StorageImpl.php.