Documentation

pm_Hook_Notifications
in package
implements pm_Hook_Interface

Hook for Notifications

Tags
since
17.0

Interfaces, Classes and Traits

pm_Hook_Interface
Generic interface for hooks

Table of Contents

getNotifications()  : array<string|int, mixed>
Retrieve the list of notifications

Methods

getNotifications()

Retrieve the list of notifications

public abstract getNotifications() : array<string|int, mixed>
[
    'unique_email_notification_id' => \pm_Notifications_EmailNotification,
    'unique_panel_notification_id' => \pm_Notifications_PanelNotification,
    ...
]
Return values
array<string|int, mixed>

of \pm_Notifications_EmailNotification or \pm_Notifications_PanelNotification

Search results