- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10720 r10740 13 13 /** 14 14 * Class to help set up XProfile Groups. 15 * 16 * @since 1.0.0 15 17 */ 16 18 class BP_XProfile_Group { … … 20 22 * 21 23 * @since 1.1.0 22 * @var int ID of field group 24 * @var int ID of field group. 23 25 */ 24 26 public $id = null; … … 28 30 * 29 31 * @since 1.1.0 30 * @var string Name of field group 32 * @var string Name of field group. 31 33 */ 32 34 public $name; … … 36 38 * 37 39 * @since 1.1.0 38 * @var string Description of field group 40 * @var string Description of field group. 39 41 */ 40 42 public $description; … … 52 54 * 53 55 * @since 1.1.0 54 * @var int Group order relative to other groups 56 * @var int Group order relative to other groups. 55 57 */ 56 58 public $group_order; … … 60 62 * 61 63 * @since 1.1.0 62 * @var array Fields of group 64 * @var array Fields of group. 63 65 */ 64 66 public $fields; … … 85 87 * 86 88 * @param int $id Field group ID. 87 *88 89 * @return boolean 89 90 */ … … 232 233 /** 233 234 * Populates the BP_XProfile_Group object with profile field groups, fields, 234 * and field data 235 * and field data. 236 * 237 * @since 1.2.0 235 238 * 236 239 * @global object $wpdb WordPress DB access object.
Note: See TracChangeset
for help on using the changeset viewer.