[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/notification/method/ -> messenger_base.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: 134 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  __construct()
  is_available()
  notify_using_messenger()

Functions
Functions that are not part of a class:

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

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

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. This method returns false
return: bool

notify_using_messenger($notify_method, $template_dir_prefix = '')   X-Ref
Notify using phpBB messenger

param: int $notify_method                Notify method for messenger (e.g. NOTIFY_IM)
param: string $template_dir_prefix    Base directory to prepend to the email template name
return: null



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1