50 public function get(
string $key):
string
52 return $this->map->get($key);
61 return $this->map->toArray();
68 public function has(
string $key): bool
70 return $this->map->has($key);
Class ImmutableMapWrapper.
has(string $key)
@inheritDoc
__construct(private StringMap $map)
ImmutableMapWrapper constructor.
Class ImmutableStringMap.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...