- Timestamp:
- 02/10/2023 03:12:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r13399 r13414 16 16 * @since 1.0.0 17 17 */ 18 #[AllowDynamicProperties] 18 19 class BP_XProfile_Field { 19 20 … … 48 49 * @var string 49 50 */ 50 public $type ;51 public $type = ''; 51 52 52 53 /** … … 56 57 * @var string 57 58 */ 58 public $name ;59 public $name = ''; 59 60 60 61 /** … … 64 65 * @var string 65 66 */ 66 public $description ;67 public $description = ''; 67 68 68 69 /** … … 104 105 * @var string 105 106 */ 106 public $order_by ;107 public $order_by = ''; 107 108 108 109 /**
Note: See TracChangeset
for help on using the changeset viewer.