[ Index ]

PHP Cross Reference of phpBB-3.3.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: 137 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  set_notification_manager()
  is_enabled_by_default()
  get_notified_users()
  load_notifications()
  add_to_queue()
  update_notification()
  mark_notifications()
  mark_notifications_by_parent()
  mark_notifications_by_id()
  delete_notifications()
  prune_notifications()
  purge_notifications()
  empty_queue()

Functions
Functions that are not part of a class:

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

param: \phpbb\notification\manager $notification_manager

is_enabled_by_default()   X-Ref
Is the method enable by default?

return: bool

get_notified_users($notification_type_id, array $options)   X-Ref
{@inheritdoc}


load_notifications(array $options = array()   X-Ref
{@inheritdoc}


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

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

update_notification($notification, array $data, array $options)   X-Ref
{@inheritdoc}


mark_notifications($notification_type_id, $item_id, $user_id, $time = false, $mark_read = true)   X-Ref
{@inheritdoc


mark_notifications_by_parent($notification_type_id, $item_parent_id, $user_id, $time = false, $mark_read = true)   X-Ref
{@inheritdoc}


mark_notifications_by_id($notification_id, $time = false, $mark_read = true)   X-Ref
{@inheritdoc}


delete_notifications($notification_type_id, $item_id, $parent_id = false, $user_id = false)   X-Ref
{@inheritdoc}


prune_notifications($timestamp, $only_read = true)   X-Ref
{@inheritdoc}


purge_notifications($notification_type_id)   X-Ref
{@inheritdoc}


empty_queue()   X-Ref
Empty the queue




Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1