[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/notification/method/ -> email.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 78 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

email:: (4 methods):
  __construct()
  get_type()
  is_available()
  notify()


Class: email  - X-Ref

Email notification method class
This class handles sending emails for notifications

__construct(\phpbb\user_loader $user_loader, \phpbb\user $user, \phpbb\config\config $config, $phpbb_root_path, $php_ext)   X-Ref
Notification Method email Constructor

param: \phpbb\user_loader $user_loader
param: \phpbb\user $user
param: \phpbb\config\config $config
param: string $phpbb_root_path
param: string $php_ext

get_type()   X-Ref
Get notification method name

return: string

is_available(type_interface $notification_type = null)   X-Ref
Is this method available for the user?
This is checked on the notifications options

param: type_interface $notification_type  An optional instance of a notification type. If provided, this
return: bool

notify()   X-Ref
Parse the queue and notify the users




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1