Changeset 10711 for trunk/src/bp-members/classes/class-bp-signup.php
- Timestamp:
- 04/15/2016 04:59:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-signup.php
r10597 r10711 10 10 /** 11 11 * Class used to handle Signups. 12 * 13 * @since 2.0.0 12 14 */ 13 15 class BP_Signup { … … 16 18 * ID of the signup which the object relates to. 17 19 * 20 * @since 2.0.0 18 21 * @var integer 19 22 */ … … 23 26 * The URL to the full size of the avatar for the user. 24 27 * 28 * @since 2.0.0 25 29 * @var string 26 30 */ … … 30 34 * The username for the user. 31 35 * 36 * @since 2.0.0 32 37 * @var string 33 38 */ … … 37 42 * The email for the user. 38 43 * 44 * @since 2.0.0 39 45 * @var string 40 46 */ … … 44 50 * The full name of the user. 45 51 * 52 * @since 2.0.0 46 53 * @var string 47 54 */ … … 51 58 * Metadata associated with the signup. 52 59 * 60 * @since 2.0.0 53 61 * @var array 54 62 */ … … 58 66 * The registered date for the user. 59 67 * 68 * @since 2.0.0 60 69 * @var string 61 70 */ … … 65 74 * The activation key for the user. 66 75 * 76 * @since 2.0.0 67 77 * @var string 68 78 */
Note: See TracChangeset
for help on using the changeset viewer.