ILIAS  release_7 Revision v7.30-3-g800a261c036
Simple.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5
7
11interface Simple extends Node, AsyncNode
12{
16 public function getIcon() : ?\ILIAS\UI\Component\Symbol\Icon\Icon;
17}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:10
This describes a Tree Node.
Definition: AsyncNode.php:12
This describes a Tree Node.
Definition: Node.php:16
This describes a very basic Tree Node.
Definition: Simple.php:12
getIcon()
Get the icon for this Node.
Class ChatMainBarProvider \MainMenu\Provider.
Class Factory.