ILIAS  release_8 Revision v8.24
Simple.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AsyncNode.php:21