ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
Node.php
Go to the documentation of this file.
1
<?php
2
18
namespace
ILIAS\UI\Component\Input\Field\Node
;
19
20
use
ILIAS\UI\Component\Symbol\Icon\Icon
;
21
use
ILIAS\UI\Component\Component
;
22
26
interface
Node
extends
Component
27
{
32
public
function
getId
(): string|
int
;
33
}
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\Input\Field\Node\Node
Definition:
Node.php:27
ILIAS\UI\Component\Input\Field\Node\Node\getId
getId()
Returns the unique identifier of this Node.
ILIAS\UI\Component\Symbol\Icon\Icon
This describes how an icon could be modified during construction of UI.
Definition:
Icon.php:29
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\UI\Component\Input\Field\Node
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Async.php:18
ILIAS\UI\Component
components
ILIAS
UI
src
Component
Input
Field
Node
Node.php
Generated on Sat Dec 13 2025 23:01:59 for ILIAS by
1.9.4 (using
Doxyfile
)