@since: BuddyPress 1.9.0 |
Description |
---|---|
BP_Notifications_Notification |
BuddyPress Notification items. |
BP_Notifications_Notification::__construct() |
Constructor method. |
BP_Notifications_Notification::save() |
Update or insert notification details into the database. |
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_Notification::get_order_by_sql() |
Assemble the ORDER BY clause of a get() SQL statement. |
BP_Notifications_Notification::get_paged_sql() |
Assemble the LIMIT clause of a get() SQL statement. |