19declare(strict_types=1);
51 $this->handle_opened =
function ():
void {
60 return $this->provider_identification;
112 return is_callable($this->handle_closed);
Builds a Color from either hex- or rgb values.
Class StandardNotificationGroupRenderer.
Class AbstractBaseNotification.
getRenderer(UIFactory $factory)
@inheritDoc
getOpenedCallable()
@inheritDoc
Closure $handle_opened
Callable to be executed, if the notification center has been opened.
hasClosedCallable()
@inheritDoc
withClosedCallable(callable $handle_closed)
@inheritDoc
withOpenedCallable(callable $handle_opened)
@inheritDoc
getProviderIdentification()
@inheritDoc
Closure $handle_closed
Callable to be executed, if this specific item has been closed.
getClosedCallable()
@inheritDoc
__construct(protected IdentificationInterface $provider_identification)
StandardNotification constructor.
Interface IdentificationInterface.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
Interface isStandardItem.