ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
KeyValue.php
Go to the documentation of this file.
1
<?php
17
declare(strict_types=1);
18
19
namespace
ILIAS\UI\Component\Tree\Node
;
20
25
interface
KeyValue
extends
Simple
26
{
31
public
function
getValue
() : string;
32
}
ILIAS\UI\Component\Tree\Node\KeyValue\getValue
getValue()
The value string that will be displayed behind the label of the node.
ILIAS\UI\Component\Tree\Node
Definition:
AsyncNode.php:21
ILIAS\UI\Component\Tree\Node\Simple
This describes a very basic Tree Node.
Definition:
Simple.php:28
ILIAS\UI\Component\Tree\Node\KeyValue
This describes a tree node in which the label is complemented by an additional string, forming a key-value pair.
Definition:
KeyValue.php:25
components
ILIAS
UI
src
Component
Tree
Node
KeyValue.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)