ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\UI\Component\Toast;
22 
24 
28 interface Factory
29 {
59  public function standard($title, Icon $icon): Toast;
60 
84  public function container(): Container;
85 }
This describes how an icon could be modified during construction of UI.
Definition: Icon.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Container.php:21
container()
description: purpose: Toasts Containers display Toasts on the ILIAS page.
standard($title, Icon $icon)
description: purpose: Standard Toasts display a normal toast inside a toast container.