ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
KeyValue.php
Go to the documentation of this file.
1 <?php
17 declare(strict_types=1);
18 
20 
25 interface KeyValue extends Simple
26 {
31  public function getValue() : string;
32 }
getValue()
The value string that will be displayed behind the label of the node.
This describes a very basic Tree Node.
Definition: Simple.php:28
This describes a tree node in which the label is complemented by an additional string, forming a key-value pair.
Definition: KeyValue.php:25