ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ImmutableStringMap.php
Go to the documentation of this file.
1<?php
2
20
22
35{
46 public function get(string $key): string;
47
48
56 public function toArray(): array;
57
58
68 public function has(string $key): bool;
69}
toArray()
Returns all currently known entries.
has(string $key)
Probe if the key is known and associated with a value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...