Changeset 10248 for trunk/src/bp-groups/classes/class-bp-groups-member.php
- Timestamp:
- 10/11/2015 04:27:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-member.php
r10227 r10248 18 18 * ID of the membership. 19 19 * 20 * @access public21 20 * @var int 22 21 */ … … 26 25 * ID of the group associated with the membership. 27 26 * 28 * @access public29 27 * @var int 30 28 */ … … 34 32 * ID of the user associated with the membership. 35 33 * 36 * @access public37 34 * @var int 38 35 */ … … 42 39 * ID of the user whose invitation initiated the membership. 43 40 * 44 * @access public45 41 * @var int 46 42 */ … … 50 46 * Whether the member is an admin of the group. 51 47 * 52 * @access public53 48 * @var int 54 49 */ … … 58 53 * Whether the member is a mod of the group. 59 54 * 60 * @access public61 55 * @var int 62 56 */ … … 66 60 * Whether the member is banned from the group. 67 61 * 68 * @access public69 62 * @var int 70 63 */ … … 76 69 * Eg, 'Group Admin'. 77 70 * 78 * @access public79 71 * @var int 80 72 */ … … 86 78 * This value is updated when, eg, invitations are accepted. 87 79 * 88 * @access public89 80 * @var string 90 81 */ … … 94 85 * Whether the membership has been confirmed. 95 86 * 96 * @access public97 87 * @var int 98 88 */ … … 105 95 * include when requesting membership to a private group. 106 96 * 107 * @access public108 97 * @var string 109 98 */ … … 118 107 * invitee has not yet been notified. 119 108 * 120 * @access public121 109 * @var int 122 110 */ … … 126 114 * WP_User object representing the membership's user. 127 115 * 128 * @access public129 116 * @var WP_User 130 117 */
Note: See TracChangeset
for help on using the changeset viewer.