19declare(strict_types=1);
72 return new ToastAction($identifier, $title, $action);
__construct(private ToastRendererFactory $renderer_factory)
standard(IdentificationInterface $identification, string $title, ?Icon $icon=null)
Your Toasts shiuld provide Callables which are executed on some events: onShow, onClose,...
action(string $identifier, string $title, \Closure $action)
A ToastAction leads into the rendered toast to a link that can be clicked by the user.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface IdentificationInterface.
This describes how an icon could be modified during construction of UI.