|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore:
Collaboration diagram for ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore: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\SessionStore, and ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\UserPreferenceStore.
Referenced by ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testUpdate().
Here is the caller graph for this function:| ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore::value | ( | string | $name | ) |
Implemented in ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ILIASSettingStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\ReadOnlyStore, ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\SessionStore, and ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\UserPreferenceStore.
Referenced by ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testNullValue(), and ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\UserPreferenceStoreTest\testValue().
Here is the caller graph for this function: