Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2016 07:38:27 PM (9 years ago)
Author:
tw2113
Message:

Continued XProfile docs cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php

    r10720 r10740  
    1313/**
    1414 * Class to help set up XProfile Groups.
     15 *
     16 * @since 1.0.0
    1517 */
    1618class BP_XProfile_Group {
     
    2022     *
    2123     * @since 1.1.0
    22      * @var int ID of field group
     24     * @var int ID of field group.
    2325     */
    2426    public $id = null;
     
    2830     *
    2931     * @since 1.1.0
    30      * @var string Name of field group
     32     * @var string Name of field group.
    3133     */
    3234    public $name;
     
    3638     *
    3739     * @since 1.1.0
    38      * @var string Description of field group
     40     * @var string Description of field group.
    3941     */
    4042    public $description;
     
    5254     *
    5355     * @since 1.1.0
    54      * @var int Group order relative to other groups
     56     * @var int Group order relative to other groups.
    5557     */
    5658    public $group_order;
     
    6062     *
    6163     * @since 1.1.0
    62      * @var array Fields of group
     64     * @var array Fields of group.
    6365     */
    6466    public $fields;
     
    8587     *
    8688     * @param int $id Field group ID.
    87      *
    8889     * @return boolean
    8990     */
     
    232233    /**
    233234     * 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
    235238     *
    236239     * @global object $wpdb WordPress DB access object.
Note: See TracChangeset for help on using the changeset viewer.