File: bp-notifications/classes/class-bp-notifications-notification.php |
Description |
---|---|
BP_Notifications_Notification::__construct() |
Constructor method. |
BP_Notifications_Notification::save() |
Update or insert notification details into the database. |
bp_notification_before_save |
Fires before the current notification item gets saved. |
bp_notification_after_save |
Fires after the current notification item gets saved. |
BP_Notifications_Notification::populate() |
Fetch data for an existing notification from the database. |
BP_Notifications_Notification::_insert() |
Create a notification entry. |
BP_Notifications_Notification::_update() |
Update notifications. |
BP_Notifications_Notification::_delete() |
Delete notifications. |
BP_Notifications_Notification::get_where_sql() |
Assemble the WHERE clause of a get() SQL statement. |
bp_notifications_get_where_conditions |
Filters the MySQL WHERE conditions for the Notifications items get method. |