ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Simple.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
28 interface Simple extends Node, AsyncNode
29 {
33  public function getIcon(): ?Icon;
34 }
This describes a Tree Node.
Definition: Node.php:30
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.