ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
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...