ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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.
$key
Definition: croninfo.php:18
has($key)
Probe if the key is known and associated with a value.
toArray()
Returns all currently known entries.