[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

Defines 1 class

report_post_closed:: (12 methods):
  get_type()
  is_available()
  find_users_for_notification()
  get_email_template()
  get_email_template_variables()
  get_url()
  get_title()
  get_reference()
  get_avatar()
  users_to_query()
  create_insert_array()
  get_insert_array()


Class: report_post_closed  - X-Ref

Post report closed notifications class
This class handles notifications for when reports are closed on posts (for the one who reported the post)

get_type()   X-Ref
Get notification type name

return: string

is_available()   X-Ref
Inherit notification read status from post.


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

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_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 = array()   X-Ref
{@inheritdoc}


get_insert_array()   X-Ref
{@inheritdoc}




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