ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Simple.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
28interface Simple extends Node, AsyncNode
29{
33 public function getIcon(): ?Icon;
34}
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:29
This describes a Tree Node.
Definition: AsyncNode.php:27
This describes a Tree Node.
Definition: Node.php:31
This describes a very basic Tree Node.
Definition: Simple.php:29
getIcon()
Get the icon for this Node.