ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
value (string $name) | |
update (string $name, string $value) | |
Definition at line 23 of file KeyValueStore.php.
ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore::update | ( | string | $name, |
string | $value | ||
) |
Implemented in ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ILIASSettingStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ReadOnlyStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\UserPreferenceStore, and ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\SessionStore.
Referenced by ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testUpdate().
ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore::value | ( | string | $name | ) |
Implemented in ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ILIASSettingStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ReadOnlyStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\UserPreferenceStore, and ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\SessionStore.
Referenced by ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testNullValue(), and ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testValue().