19 declare(strict_types=1);
53 $this->handle_opened =
function ():
void {
56 $this->provider_identification = $identification;
116 return is_callable($this->handle_closed);
IdentificationInterface $provider_identification
Class AbstractBaseNotification.
getProviderIdentification()
Interface IdentificationInterface.
__construct(IdentificationInterface $identification)
StandardNotification constructor.
Interface isStandardItem.
Closure $handle_closed
Callable to be executed, if this specific item has been closed.
withOpenedCallable(callable $handle_opened)
Closure $handle_opened
Callable to be executed, if the notification center has been opened.
Class StandardNotificationGroupRenderer.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
withClosedCallable(callable $handle_closed)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRenderer(UIFactory $factory)