19 declare(strict_types=1);
58 $this->renderer_factory->getRenderer(StandardToastItem::class),
72 return new ToastAction($identifier, $title, $action);
Interface IdentificationInterface.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
action(string $identifier, string $title, \Closure $action)
A ToastAction leads into the rendered toast to a link that can be clicked by the user.
__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, onVanish.