ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ImmutableStringMap.php
Go to the documentation of this file.
1<?php
2
4
6
19{
20
33 public function get($key);
34
35
43 public function toArray();
44
45
57 public function has($key);
58}
An exception for terminatinating execution or to throw for unit testing.
has($key)
Probe if the key is known and associated with a value.
toArray()
Returns all currently known entries.