ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Factory.php
Go to the documentation of this file.
1<?php
3
7interface 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}
An exception for terminatinating execution or to throw for unit testing.
Builds a Color from either hex- or rgb values.
Definition: Factory.php:14
A component is the most general form of an entity in the UI.
Definition: Component.php:14
notification($title, \ILIAS\UI\Component\Symbol\Icon\Icon $lead)
This describes how a icon could be modified during construction of UI.
Definition: Icon.php:10
Class ChatMainBarProvider \MainMenu\Provider.
Class Factory.