Свойство | Тип | Описание | |
---|---|---|---|
$u_action |
Метод | Описание | |
---|---|---|
main ( $id, $mode ) | ||
output_notification_methods ( phpbb\notification\manager $phpbb_notifications, phpbb\template\template $template, phpbb\user $user, string $block = 'notification_methods' ) | Output all the notification methods to the template | |
output_notification_types ( array $subscriptions, phpbb\notification\manager $phpbb_notifications, phpbb\template\template $template, phpbb\user $user, string $block = 'notification_types' ) | Output all the notification types to the template |
public output_notification_methods ( phpbb\notification\manager $phpbb_notifications, phpbb\template\template $template, phpbb\user $user, string $block = 'notification_methods' ) | ||
$phpbb_notifications | phpbb\notification\manager | |
$template | phpbb\template\template | |
$user | phpbb\user | |
$block | string |
public output_notification_types ( array $subscriptions, phpbb\notification\manager $phpbb_notifications, phpbb\template\template $template, phpbb\user $user, string $block = 'notification_types' ) | ||
$subscriptions | array | Array containing global subscriptions |
$phpbb_notifications | phpbb\notification\manager | |
$template | phpbb\template\template | |
$user | phpbb\user | |
$block | string |