Kernel::WebApp::Util::NotifyModule::Role::HandlesMultipleNotifyModule

NAME

Kernel::WebApp::Util::NotifyModule::Role::HandlesMultipleNotifyModule – Role that handles a notify module which returns multiple messages.

PUBLIC INTERFACE

requires SettingName

Specifies the setting name in which multiple notifications are configured.

requires _GenerateOutput

Method to generate the notification output.

has RegisteredNotifications

Attribute that holds all registered notifications for the given setting name.

PRIVATE INTERFACE

_BuildRegisteredNotifications()

Initializes the registered notifications for the given setting name.

_Output()

Generates the output for any registered notification.

Scroll to Top