| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ImmutableStringMap. More...
 Inheritance diagram for ILIAS\FileUpload\Collection\ImmutableStringMap:
 Collaboration diagram for ILIAS\FileUpload\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\FileUpload\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\FileUpload\Collection\EntryLockingStringMap, and ILIAS\FileUpload\Collection\ImmutableMapWrapper.
| ILIAS\FileUpload\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\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.