PHP 클래스 ucp_notifications

파일 보기 프로젝트 열기: phpbb/phpbb

공개 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

main() 공개 메소드

public main ( $id, $mode )

output_notification_methods() 공개 메소드

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() 공개 메소드

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

프로퍼티 상세

$u_action 공개적으로 프로퍼티

public $u_action