[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Group invitations class.
File Size: | 195 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Groups_Invitation_Manager:: (6 methods):
__construct()
run_send_action()
run_acceptance_action()
mark_accepted()
allow_invitation()
allow_request()
Class: BP_Groups_Invitation_Manager - X-Ref
Group invitations class.__construct( $args = '' ) X-Ref |
Construct parameters. param: array|string $args. since: 5.0.0 |
run_send_action( BP_Invitation $invitation ) X-Ref |
This is where custom actions are added to run when notifications of an invitation or request need to be generated & sent. return: bool True on success, false on failure. param: int $id The ID of the invitation to mark as sent. since: 5.0.0 |
run_acceptance_action( $type, $r ) X-Ref |
This is where custom actions are added to run when an invitation or request is accepted. return: bool True on success, false on failure. param: string $type Are we accepting an invitation or request? param: array $r Parameters that describe the invitation being accepted. since: 5.0.0 |
mark_accepted( $args ) X-Ref |
With group invitations, we don't need to keep the old record, so we delete rather than mark invitations as "accepted." param: array $args. since: 5.0.0 |
allow_invitation( $args ) X-Ref |
Should this invitation be created? return: bool param: array $args. since: 5.0.0 |
allow_request( $args ) X-Ref |
Should this request be created? return: bool. param: array $args. since: 5.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |