[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

Defines 1 class

jabber:: (5 methods):
  __construct()
  get_type()
  is_available()
  global_available()
  notify()


Class: jabber  - X-Ref

Jabber notification method class
This class handles sending Jabber messages for notifications

__construct(\phpbb\user_loader $user_loader, \phpbb\user $user, \phpbb\config\config $config, $phpbb_root_path, $php_ext)   X-Ref
Notification Method jabber 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

global_available()   X-Ref
Is this method available at all?
This is checked before notifications are sent


notify()   X-Ref
No description



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