|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ImmutableStringMap. More...
Inheritance diagram for ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableStringMap:
Collaboration diagram for ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection\ImmutableStringMap: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 31 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.