[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

Defines 4 functions

  __construct()
  set_notification_manager()
  add_to_queue()
  empty_queue()

Functions
Functions that are not part of a class:

__construct(\phpbb\user_loader $user_loader, \phpbb\db\driver\driver_interface $db, \phpbb\cache\driver\driver_interface $cache, $user, \phpbb\auth\auth $auth, \phpbb\config\config $config, $phpbb_root_path, $php_ext)   X-Ref
Notification Method Base Constructor

param: \phpbb\user_loader $user_loader
param: \phpbb\db\driver\driver_interface $db
param: \phpbb\cache\driver\driver_interface $cache
param: \phpbb\user $user
param: \phpbb\auth\auth $auth
param: \phpbb\config\config $config
param: string $phpbb_root_path
param: string $php_ext
return: \phpbb\notification\method\base

set_notification_manager(\phpbb\notification\manager $notification_manager)   X-Ref
Set notification manager (required)

param: \phpbb\notification\manager $notification_manager

add_to_queue(\phpbb\notification\type\type_interface $notification)   X-Ref
Add a notification to the queue

param: \phpbb\notification\type\type_interface $notification

empty_queue()   X-Ref
Empty the queue




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1