File: bp-document/classes/class-bp-document.php |
Description |
---|---|
BP_Document::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Document::get(). |
BP_Document::get_document_folder_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Document::get(). |
BP_Document::get_activity_attachment_id() |
Get document attachment id for the activity. |
BP_Document::get() |
Get document items, as specified by parameters. |
bp_document_set_document_{$scope}_scope_args |
Plugins can hook here to set their document arguments for custom scopes. |
BP_Document::save() |
Save the document item to the database. |
bp_document_get_include_user_search |
Filters whether or not to include users for search parameters. |
BP_Document::get_scope_folder_query_sql() |
Get the SQL for the ‘scope’ param in BP_Document::get(). |
bp_document_before_save |
Fires before the current document item gets saved. |
bp_document_get_where_conditions |
Filters the MySQL WHERE conditions for the Document items get method. |