ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ImmutableStringMap. More...
Public Member Functions | |
get ($key) | |
Returns the value of the key from the additional metadata. More... | |
toArray () | |
Returns all currently known entries. More... | |
has ($key) | |
Probe if the key is known and associated with a value. More... | |
Class ImmutableStringMap.
This interface provides the standard interface for the immutable string map implementation.
Definition at line 18 of file ImmutableStringMap.php.
ILIAS\FileUpload\Collection\ImmutableStringMap::get | ( | $key | ) |
Returns the value of the key from the additional metadata.
string | $key | The key which should be used to search the corresponding meta data value. |
NoSuchElementException | Thrown if the entry is not found with the given key. |
Implemented in ILIAS\FileUpload\Collection\EntryLockingStringMap, and ILIAS\FileUpload\Collection\ImmutableMapWrapper.
ILIAS\FileUpload\Collection\ImmutableStringMap::has | ( | $key | ) |
Probe if the key is known and associated with a value.
string | $key | The key which should be checked. |
Implemented in ILIAS\FileUpload\Collection\EntryLockingStringMap, and ILIAS\FileUpload\Collection\ImmutableMapWrapper.
ILIAS\FileUpload\Collection\ImmutableStringMap::toArray | ( | ) |
Returns all currently known entries.
Implemented in ILIAS\FileUpload\Collection\EntryLockingStringMap, and ILIAS\FileUpload\Collection\ImmutableMapWrapper.