3 declare(strict_types=1);
71 public function shy(
string $title):
Shy;
86 public function group(
string $title, array $items):
Group;
This describes how an icon could be modified during construction of UI.
group(string $title, array $items)
description: purpose: > An Item Group groups items of a certain type.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
shy(string $title)
description: purpose: > Shy Items are used to list more decent items which don't acquire much space...
This describes a Standard Dropdown.
standard($title)
description: purpose: > This is a standard item to be used in lists or similar contexts.
notification($title, Icon $lead)
description: purpose: > Notifications in this context are messages from the system published to the ...