ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
3 
7 interface Factory
8 {
28  public function standard($title);
29 
43  public function group($title, $items);
96  public function notification($title, \ILIAS\UI\Component\Symbol\Icon\Icon $lead) : Notification;
97 }
Class Factory.
Class ChatMainBarProvider .
This describes how a icon could be modified during construction of UI.
Definition: Icon.php:9
group($title, $items)
description: purpose: > An Item Group groups items of a certain type.
Builds a Color from either hex- or rgb values.
Definition: Factory.php:13
notification($title, \ILIAS\UI\Component\Symbol\Icon\Icon $lead)
description: purpose: > Notifications in this context are messages from the system published to the ...
standard($title)
description: purpose: > This is a standard item to be used in lists or similar contexts.