ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
has(string $key)
Probe if the key is known and associated with a value.