19 declare(strict_types=1);
51 $this->handle_opened =
function ():
void {
60 return $this->provider_identification;
112 return is_callable($this->handle_closed);
Class AbstractBaseNotification.
getProviderIdentification()
Interface IdentificationInterface.
Interface isStandardItem.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
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 ...
__construct(protected IdentificationInterface $provider_identification)
StandardNotification constructor.
withClosedCallable(callable $handle_closed)
getRenderer(UIFactory $factory)