ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ImmutableStringMap. More...
Public Member Functions | |
get (string $key) | |
Returns the value of the key from the additional metadata. More... | |
toArray () | |
Returns all currently known entries. More... | |
has (string $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 34 of file ImmutableStringMap.php.
ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableStringMap::get | ( | string | $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\Export\ImportHandler\Parser\NodeInfo\Collection\EntryLockingStringMap, and ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableMapWrapper.
ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableStringMap::has | ( | string | $key | ) |
Probe if the key is known and associated with a value.
string | $key | The key which should be checked. |
Implemented in ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\EntryLockingStringMap, and ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableMapWrapper.
ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableStringMap::toArray | ( | ) |
Returns all currently known entries.
Implemented in ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\EntryLockingStringMap, and ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableMapWrapper.