[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-xprofile/classes/ -> class-bp-xprofile-data-template.php (summary)

BuddyPress XProfile Template Loop Class.

File Size: 413 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BP_XProfile_Data_Template:: (11 methods):
  __construct()
  has_groups()
  next_group()
  rewind_groups()
  profile_groups()
  the_profile_group()
  next_field()
  rewind_fields()
  has_fields()
  profile_fields()
  the_profile_field()


Class: BP_XProfile_Data_Template  - X-Ref

The main profile template loop class.

This is responsible for loading profile field, group, and data and displaying it.

__construct( $args = '' )   X-Ref
Get activity items, as specified by parameters.

param: array|string $args {
since: 1.5.0
since: 2.4.0 Introduced `$member_type` argument.
since: 8.0.0 Introduced `$hide_field_types` & `$signup_fields_only` arguments.

has_groups()   X-Ref
Whether or not the loop has field groups.

since: 1.0.0
return: bool

next_group()   X-Ref
Increments to the next group of fields.

since: 1.0.0
return: object

rewind_groups()   X-Ref
Rewinds to the start of the groups list.

since: 1.0.0

profile_groups()   X-Ref
Kicks off the profile groups.

since: 1.0.0
return: bool

the_profile_group()   X-Ref
Sets up the profile group.

since: 1.0.0

next_field()   X-Ref
Increments to the next field.

since: 1.0.0
return: int

rewind_fields()   X-Ref
Rewinds to the start of the fields.

since: 1.0.0

has_fields()   X-Ref
Whether or not the loop has fields.

since: 1.0.0
return: bool

profile_fields()   X-Ref
Kick off the profile fields.

since: 1.0.0
return: bool

the_profile_field()   X-Ref
Set up the profile fields.

since: 1.0.0



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