ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
Node.php
Go to the documentation of this file.
1<?php
2
19
22
26interface Node extends Component
27{
32 public function getId(): string|int;
33}
A component is the most general form of an entity in the UI.
Definition: Component.php:28
getId()
Returns the unique identifier of this Node.
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:29
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Async.php:18