class ucp_notifications

Properties

$u_action

Methods

main($id, $mode)

No description

output_notification_types(array $subscriptions, manager $phpbb_notifications, template $template, user $user, dispatcher_interface $phpbb_dispatcher, string $block = 'notification_types')

Output all the notification types to the template

output_notification_methods(manager $phpbb_notifications, template $template, user $user, string $block = 'notification_methods')

Output all the notification methods to the template

Details

at line 26
main($id, $mode)

No description

Parameters

$id
$mode

at line 199
output_notification_types(array $subscriptions, manager $phpbb_notifications, template $template, user $user, dispatcher_interface $phpbb_dispatcher, string $block = 'notification_types')

Output all the notification types to the template

Parameters

array $subscriptions

Array containing global subscriptions

manager $phpbb_notifications
template $template
user $user
dispatcher_interface $phpbb_dispatcher
string $block

at line 265
output_notification_methods(manager $phpbb_notifications, template $template, user $user, string $block = 'notification_methods')

Output all the notification methods to the template

Parameters

manager $phpbb_notifications
template $template
user $user
string $block