Table of Contents
-
PRODUCT_LIST_SHIPPING_BY_PACKAGE
= 'package'
-
PRODUCT_LIST_SHIPPING_BY_WEIGHT
= 'weight'
-
PRODUCT_LIST_SHIPPING_NONE
= 'none'
-
$checkbox_label
: string|null
-
$checked_by_default
: bool|null
-
$date_earliest_value
: string|null
-
$date_latest_value
: string|null
-
$date_limit_mode
: string|null
-
$date_limited
: bool|null
-
$default_value
: string|null
-
$file_max_size
: int|null
-
$file_types_mode
: string|null
-
$file_types_other
: array<string|int, mixed>|null
-
$file_types_supported
: array<string|int, mixed>|null
-
$number_highest_value
: float|null
-
$number_integers_only
: bool|null
-
$number_limit_mode
: string|null
-
$number_limited
: bool|null
-
$number_lowest_value
: float|null
-
$product_list_adjusts_inventory
: bool|null
-
$product_list_adjusts_pricing
: bool|null
-
$product_list_shipping_calc
: string|null
-
$text_characters_limited
: bool|null
-
$text_lines_limited
: bool|null
-
$text_max_length
: int|null
-
$text_max_lines
: int|null
-
$text_min_length
: int|null
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
PRODUCT_LIST_SHIPPING_BY_PACKAGE
public
mixed
PRODUCT_LIST_SHIPPING_BY_PACKAGE
= 'package'
PRODUCT_LIST_SHIPPING_BY_WEIGHT
public
mixed
PRODUCT_LIST_SHIPPING_BY_WEIGHT
= 'weight'
PRODUCT_LIST_SHIPPING_NONE
public
mixed
PRODUCT_LIST_SHIPPING_NONE
= 'none'
$checkbox_label
public
string|null
$checkbox_label
$checked_by_default
public
bool|null
$checked_by_default
$date_earliest_value
public
string|null
$date_earliest_value
$date_latest_value
public
string|null
$date_latest_value
$date_limit_mode
public
string|null
$date_limit_mode
$date_limited
public
bool|null
$date_limited
$default_value
public
string|null
$default_value
$file_max_size
public
int|null
$file_max_size
$file_types_mode
public
string|null
$file_types_mode
$file_types_other
public
array<string|int, mixed>|null
$file_types_other
$file_types_supported
public
array<string|int, mixed>|null
$file_types_supported
$number_highest_value
public
float|null
$number_highest_value
$number_integers_only
public
bool|null
$number_integers_only
$number_limit_mode
public
string|null
$number_limit_mode
$number_limited
public
bool|null
$number_limited
$number_lowest_value
public
float|null
$number_lowest_value
$product_list_adjusts_inventory
public
bool|null
$product_list_adjusts_inventory
$product_list_adjusts_pricing
public
bool|null
$product_list_adjusts_pricing
$product_list_shipping_calc
public
string|null
$product_list_shipping_calc
$text_characters_limited
public
bool|null
$text_characters_limited
$text_lines_limited
public
bool|null
$text_lines_limited
$text_max_length
public
int|null
$text_max_length
$text_max_lines
public
int|null
$text_max_lines
$text_min_length
public
int|null
$text_min_length
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—