ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
KeyValue.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AsyncNode.php:21
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