Kernel::WebApp::Util::NotifyModule

NAME

Kernel::WebApp::Util::NotifyModule – Helper class for the notify module functionality.

PUBLIC INTERFACE

has RequestedPhase

Attribute that holds the current requested phase for which notify modules are loaded.

has UserID

Attribute that holds the current user id.

has SettingName

Attribute that holds the current setting name for the registered modules (e.g. AgentFrontend::NotifyModule).

has NotifyModules

Attribute that holds the registered notify modules for the requested phase.

PRIVATE INTERFACE

_BuildNotifyModules()

Method to fetch the registered notify modules for the given interface and requested phase.

Scroll to Top