ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
KeyValue.php
Go to the documentation of this file.
1<?php
17declare(strict_types=1);
18
20
25interface KeyValue extends Simple
26{
31 public function getValue() : string;
32}
This describes a tree node in which the label is complemented by an additional string,...
Definition: KeyValue.php:26
getValue()
The value string that will be displayed behind the label of the node.
This describes a very basic Tree Node.
Definition: Simple.php:29