[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Groups membership request template loop class.
File Size: | 260 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Groups_Membership_Requests_Template:: (6 methods):
__construct()
has_requests()
next_request()
rewind_requests()
requests()
the_request()
Class: BP_Groups_Membership_Requests_Template - X-Ref
Membership request template loop class.__construct( $args = array() X-Ref |
Constructor method. param: array $args { since: 1.5.0 |
has_requests() X-Ref |
Whether or not there are requests to show. return: bool since: 1.0.0 |
next_request() X-Ref |
Moves up to the next request. return: object since: 1.0.0 |
rewind_requests() X-Ref |
Rewinds the requests to the first in the list. since: 1.0.0 |
requests() X-Ref |
Finishes up the requests to display. return: bool since: 1.0.0 |
the_request() X-Ref |
Sets up the request to display. since: 1.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |