ILIAS  release_8 Revision v8.23
Simple.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
24 
28 interface 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:28
This describes a Tree Node.
Definition: Node.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AsyncNode.php:21
This describes a Tree Node.
Definition: AsyncNode.php:26
This describes a very basic Tree Node.
Definition: Simple.php:28
getIcon()
Get the icon for this Node.