Methods |
Description |
---|---|
BP_Document_Template::has_document() |
Whether there are document items available in the loop. |
BP_Document_Template::next_document() |
Set up the next document item and iterate index. |
BP_Document_Template::rewind_documents() |
Rewind the posts and reset post index. |
BP_Document_Template::the_document() |
Set up the current document item inside the loop. |
BP_Document_Template::user_documents() |
Whether there are document items left in the loop to iterate over. |
BP_Document_Theme_Compat::__construct() |
Set up the document component theme compatibility. |
BP_Document_Theme_Compat::directory_content() |
Filter the_content with the groups index template part. |
BP_Document_Theme_Compat::directory_dummy_post() |
Update the global $post with directory data. |
BP_Document_Theme_Compat::directory_template_hierarchy() |
Add template hierarchy to theme compat for the document directory page. |
BP_Document_Theme_Compat::is_document() |
Set up the theme compatibility hooks, if we’re looking at an document page. |
BP_Document_Theme_Compat::single_dummy_content() |
Filter the_content with the members’ document permalink template part. |
BP_Document_Theme_Compat::single_dummy_post() |
Update the global $post with the displayed user’s data. |
BP_Document_Theme_Compat::single_template_hierarchy() |
Add custom template hierarchy to theme compat for document permalink pages. |
BP_Document::__construct() |
Constructor method. |
BP_Document::append_user_fullnames() |
Append xProfile fullnames to an document array. |
BP_Document::array_msort() |
Sort data based on order. |
BP_Document::array_sort_by_column() |
Sort by column. |
BP_Document::bp_document_load_gopp_image_editor_gs() |
Helper to load BP_GOPP_Image_Editor_GS class. |
BP_Document::bp_document_pdf_previews() |
Does the actual PDF preview regenerate. |
BP_Document::bp_document_remove_temp_directory() |
Remove all temp directory. |
BP_Document::bp_document_set_time_limit() |
Helper to set the max_execution_time. |
BP_Document::bp_document_wp_image_editors() |
Called on ‘wp_image_editors’ action. |
BP_Document::delete() |
Delete document items from the database. |
BP_Document::delete_document_meta_entries() |
Delete the meta entries associated with a set of document items. |
BP_Document::documents() | |
BP_Document::get() |
Get document items, as specified by parameters. |
BP_Document::get_activity_attachment_id() |
Get document attachment id for the activity. |
BP_Document::get_activity_document_id() |
Get document id for the activity. |
BP_Document::get_document_data() |
Convert document IDs to document objects, as expected in template loop. |
BP_Document::get_document_folder_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Document::get(). |
BP_Document::get_folder_data() |
Convert document IDs to document objects, as expected in template loop. |
BP_Document::get_folder_document_ids() |
Get all document ids for the folder. |
BP_Document::get_in_operator_sql() |
Create SQL IN clause for filter queries. |
BP_Document::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Document::get(). |
BP_Document::get_scope_document_query_sql() |
Get the SQL for the ‘scope’ param in BP_Document::get(). |
BP_Document::get_scope_folder_query_sql() |
Get the SQL for the ‘scope’ param in BP_Document::get(). |
BP_Document::get_scope_query_sql() |
Get the SQL for the ‘scope’ param in BP_Document::get(). |
BP_Document::populate() |
Populate the object with data about the specific document item. |
BP_Document::prefetch_object_data() |
Pre-fetch data for objects associated with document items. |
BP_Document::save() |
Save the document item to the database. |
BP_Document::total_document_count() |
Count total document for the given user. |
BP_Document::total_group_document_count() |
Count total document for the given group. |
BP_Email_Recipient::__construct() |
Constructor. |
BP_Email_Recipient::get_address() |
Get recipient’s address. |
BP_Email_Recipient::get_avatar() |
Get recipient’s avatar. |
BP_Email_Recipient::get_name() |
Get recipient’s name. |
BP_Email_Recipient::get_user() |
Get WP_User object for this recipient. |
BP_Email_Tokens::__construct() |
Constructor. |
BP_Email_Tokens::get_tokens() |
Get email tokens |
BP_Email_Tokens::messages_message_sent() |
set message sender id |