ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Simple.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types=1);
3 
4 /* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5 
7 
11 interface Simple extends Node, AsyncNode
12 {
17  public function getIcon();
18 }
This describes a Tree Node.
Definition: Node.php:15
This describes a Tree Node.
Definition: AsyncNode.php:11
This describes a very basic Tree Node.
Definition: Simple.php:11
getIcon()
Get the icon for this Node.