[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-groups/classes/ -> class-bp-groups-group-members-template.php (summary)

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

Defines 1 class

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.

since: 1.0.0
return: bool

next_member()   X-Ref
Increments to the next member to display.

since: 1.0.0
return: object

rewind_members()   X-Ref
Rewinds to the first member to display.

since: 1.0.0

members()   X-Ref
Finishes up the members for display.

since: 1.0.0
return: bool

the_member()   X-Ref
Sets up the member to display.

since: 1.0.0



Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1