File: bp-notifications/classes/class-bp-notifications-notification.php
Description
BP_Notifications_Notification::delete_by_id()

Delete a single notification by ID.

Source: bp-notifications/classes/class-bp-notifications-notification.php:924

BP_Notifications_Notification::get_all_for_user()

Fetch all the notifications in the database for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:943

BP_Notifications_Notification::get_unread_for_user()

Fetch all the unread notifications in the database for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:961

BP_Notifications_Notification::get_read_for_user()

Fetch all the read notifications in the database for a specific user.

Source: bp-notifications/classes/class-bp-notifications-notification.php:979

BP_Notifications_Notification::get_current_notifications_for_user()

Get unread notifications for a user, in a pagination-friendly format.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1011

BP_Notifications_Notification::mark_all_for_user()

Mark all user notifications as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1053

BP_Notifications_Notification::mark_all_from_user()

Mark all notifications from a user as read.

Source: bp-notifications/classes/class-bp-notifications-notification.php:1096

BP_Notifications_Notification::parse_args()

Parse notifications query arguments.

Source: bp-notifications/classes/class-bp-notifications-notification.php:574

BP_Notifications_Notification

BuddyPress Notification items.

Source: bp-notifications/classes/class-bp-notifications-notification.php:21

BP_Notifications_Notification::__construct()

Constructor method.

Source: bp-notifications/classes/class-bp-notifications-notification.php:97