[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Groups group members loop template class.
File Size: | 285 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Groups_Group_Members_Template:: (6 methods):
__construct()
has_members()
next_member()
rewind_members()
members()
the_member()
Class: BP_Groups_Group_Members_Template - X-Ref
Group Members Loop template class.__construct( $args = array() X-Ref |
Constructor. param: array $args { since: 1.5.0 |
has_members() X-Ref |
Whether or not there are members to display. return: bool since: 1.0.0 |
next_member() X-Ref |
Increments to the next member to display. return: object since: 1.0.0 |
rewind_members() X-Ref |
Rewinds to the first member to display. since: 1.0.0 |
members() X-Ref |
Finishes up the members for display. return: bool since: 1.0.0 |
the_member() X-Ref |
Sets up the member to display. since: 1.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |