[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
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 |
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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |