ILIAS  release_7 Revision v7.30-3-g800a261c036
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.