19 declare(strict_types=1);
58 $this->handle_opened =
function () :
void {
61 $this->provider_identification = $identification;
103 $clone = clone $this;
121 return is_callable($this->handle_closed);
Class AbstractBaseNotification.
getProviderIdentification()
Interface IdentificationInterface.
__construct(IdentificationInterface $identification)
StandardNotification constructor.
Interface isStandardItem.
withOpenedCallable(callable $handle_opened)
Class StandardNotificationGroupRenderer.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
withClosedCallable(callable $handle_closed)
getRenderer(UIFactory $factory)