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

Assemble query clauses, based on arguments, to pass to $wpdb methods.

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

BP_Notifications_Notification::check_access()

Check that a specific notification is for a specific user.

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

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

BP_Notifications_Notification::save()

Update or insert notification details into the database.

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

bp_notification_before_save

Fires before the current notification item gets saved.

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

bp_notification_after_save

Fires after the current notification item gets saved.

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

BP_Notifications_Notification::populate()

Fetch data for an existing notification from the database.

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

BP_Notifications_Notification::_insert()

Create a notification entry.

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