19declare(strict_types=1);
53 $this->handle_opened =
function ():
void {
56 $this->provider_identification = $identification;
116 return is_callable($this->handle_closed);
Class StandardNotificationGroupRenderer.
Class AbstractBaseNotification.
__construct(IdentificationInterface $identification)
StandardNotification constructor.
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.
IdentificationInterface $provider_identification
getClosedCallable()
@inheritDoc
Interface IdentificationInterface.
Interface NotificationRenderer Every Notification should have a renderer, if you won't provide on in ...
Interface isStandardItem.
This is how the factory for UI elements looks.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...