@since: BuddyPress 1.9.0
Description
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

BP_Notifications_Notification::_update()

Update notifications.

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

BP_Notifications_Notification::_delete()

Delete notifications.

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

BP_Notifications_Notification::get_where_sql()

Assemble the WHERE clause of a get() SQL statement.

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

BP_Notifications_Notification::get_order_by_sql()

Assemble the ORDER BY clause of a get() SQL statement.

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

BP_Notifications_Notification::get_paged_sql()

Assemble the LIMIT clause of a get() SQL statement.

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

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

BuddyPress Notification items.

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