File: bp-messages/classes/class-bp-messages-message.php |
Description |
---|---|
BP_Messages_Message::get_existing_threads() |
Get existsing threads which matches the recipients |
BP_Messages_Message::get_last_sent_for_user() |
Get the ID of the message last sent by the logged-in user for a given thread. |
BP_Messages_Message::is_user_sender() |
Check whether a user is the sender of a message. |
BP_Messages_Message::get_message_sender() |
Get the ID of the sender of a message. |
BP_Messages_Message::delete_user_message() |
Delete all the message send by user |
BP_Messages_Message::get_existing_thread() |
Get existsing thread which matches the recipients |
BP_Messages_Message |
Single message class. |
BP_Messages_Message::__construct() |
Constructor. |
BP_Messages_Message::populate() |
Set up data related to a specific message object. |
BP_Messages_Message::send() |
Send a message. |