ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Simple.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Tree\Node
;
22
23
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
24
28
interface
Simple
extends
Node
,
AsyncNode
29
{
33
public
function
getIcon
(): ?
Icon
;
34
}
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:29
ILIAS\UI\Component\Tree\Node\AsyncNode
This describes a Tree Node.
Definition:
AsyncNode.php:27
ILIAS\UI\Component\Tree\Node\Node
This describes a Tree Node.
Definition:
Node.php:31
ILIAS\UI\Component\Tree\Node\Simple
This describes a very basic Tree Node.
Definition:
Simple.php:29
ILIAS\UI\Component\Tree\Node\Simple\getIcon
getIcon()
Get the icon for this Node.
ILIAS\UI\Component\Tree\Node
Definition:
AsyncNode.php:21
components
ILIAS
UI
src
Component
Tree
Node
Simple.php
Generated on Sat Oct 18 2025 23:03:00 for ILIAS by
1.9.4 (using
Doxyfile
)