[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

quote:: (8 methods):
  get_type()
  is_available()
  find_users_for_notification()
  update_notifications()
  get_redirect_url()
  get_email_template()
  get_email_template_variables()
  set_utils()


Class: quote  - X-Ref

Post quoting notifications class
This class handles notifying users when they have been quoted in a post

get_type()   X-Ref
Get notification type name

return: string

is_available()   X-Ref
Is available


find_users_for_notification($post, $options = array()   X-Ref
Find the users who want to receive notifications

param: array $post Data from submit_post
param: array $options Options for finding users for notification
return: array

update_notifications($post)   X-Ref
Update a notification

param: array $post Data specific for this type that will be updated
return: true

get_redirect_url()   X-Ref
{inheritDoc}


get_email_template()   X-Ref
Get email template

return: string|bool

get_email_template_variables()   X-Ref
Get email template variables

return: array

set_utils(\phpbb\textformatter\utils_interface $utils)   X-Ref
Set the utils service used to retrieve quote authors

param: \phpbb\textformatter\utils_interface $utils



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