[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

report_pm:: (14 methods):
  get_type()
  get_style_class()
  get_item_parent_id()
  is_available()
  find_users_for_notification()
  get_email_template()
  get_email_template_variables()
  get_url()
  get_title()
  get_reference()
  get_reason()
  get_avatar()
  users_to_query()
  create_insert_array()


Class: report_pm  - X-Ref

Private message reported notifications class
This class handles notifications for private messages when they are reported

get_type()   X-Ref
Get notification type name

return: string

get_style_class()   X-Ref
Get the CSS style class of the notification

return: string

get_item_parent_id($pm)   X-Ref
Get the id of the parent

param: array $pm The data from the pm
return: int The report id

is_available()   X-Ref
Is this type available to the current user (defines whether or not it will be shown in the UCP Edit notification options)

return: bool True/False whether or not this is available to the user

find_users_for_notification($post, $options = [])   X-Ref
Find the users who want to receive notifications
(copied from post_in_queue)

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

get_email_template()   X-Ref
Get email template

return: string|bool

get_email_template_variables()   X-Ref
Get email template variables

return: array

get_url()   X-Ref
Get the url to this item

return: string URL

get_title()   X-Ref
Get the HTML formatted title of this notification

return: string

get_reference()   X-Ref
Get the HTML formatted reference of the notification

return: string

get_reason()   X-Ref
Get the reason for the notification

return: string

get_avatar()   X-Ref
Get the user's avatar


users_to_query()   X-Ref
Users needed to query before this notification can be displayed

return: array Array of user_ids

create_insert_array($post, $pre_create_data = [])   X-Ref
{@inheritdoc}




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