File: bp-core/classes/class-bp-invitation-manager.php |
Description |
---|---|
BP_Invitation_Manager::delete_all() |
Delete all invitations by class. |
BP_Invitation_Manager::allow_invitation() |
This is where custom actions are added (in child classes) to determine whether an invitation should be allowed. |
BP_Invitation_Manager::get_invitations() |
Get invitations, based on provided filter parameters. |
BP_Invitation_Manager::allow_request() |
This is where custom actions are added (in child classes) to determine whether a request should be allowed. |
BP_Invitation_Manager::get_requests() |
Get requests, based on provided filter parameters. |
BP_Invitation_Manager::invitation_exists() |
Check whether an invitation exists matching the passed arguments. |
BP_Invitation_Manager::request_exists() |
Check whether a request exists matching the passed arguments. |
BP_Invitation_Manager |
BP Invitations class. |
BP_Invitation_Manager::__construct() |
Construct parameters. |
BP_Invitation_Manager::get_table_name() |
Get the invitations table name. |