32 private \ILIAS\FileUpload\Collection\StringMap
$map;
51 public function get(
string $key):
string
53 return $this->map->get(
$key);
62 return $this->map->toArray();
71 return $this->map->has(
$key);
Class ImmutableMapWrapper.
has(string $key)
@inheritDoc
__construct(StringMap $map)
ImmutableMapWrapper constructor.
ILIAS FileUpload Collection StringMap $map
Class ImmutableStringMap.