PHP Class ucp_notifications

Show file Open project: phpbb/phpbb

Public Properties

Property Type Description
$u_action

Public Methods

Method Description
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

Method Details

main() public method

public main ( $id, $mode )

output_notification_methods() public method

Output all the notification methods 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

output_notification_types() public method

Output all the notification types to the template
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

Property Details

$u_action public property

public $u_action