IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 21 | 21 | * @param array|string $args { |
| 22 | 22 | * Array of arguments. See BP_XProfile_Group::get() for full description. Those arguments whose defaults differ |
| 23 | 23 | * from that method are described here: |
| | 24 | * @type int $user_id Default: ID of the displayed user. |
| 24 | 25 | * @type string|array $member_type Default: 'any'. |
| | 26 | * @type int|bool $profile_group_id Default: false. |
| 25 | 27 | * @type bool $hide_empty_groups Default: true. |
| 26 | 28 | * @type bool $hide_empty_fields Defaults to true on the Dashboard, on a user's Edit Profile page, |
| 27 | 29 | * or during registration. Otherwise false. |
| 28 | | * @type bool $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is |
| 29 | | * viewing her own profile, or during registration. Otherwise false. |
| 30 | 30 | * @type bool $fetch_fields Default: true. |
| 31 | 31 | * @type bool $fetch_field_data Default: true. |
| | 32 | * @type bool $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is |
| | 33 | * viewing her own profile, or during registration. Otherwise false. |
| | 34 | * @type int|bool $exclude_groups Default: false. |
| | 35 | * @type int|bool $exclude_fields Default: false |
| | 36 | * @type bool $update_meta_cache Default: true. |
| 32 | 37 | * } |
| 33 | 38 | * |
| 34 | 39 | * @return bool |