Documentation

ProductModifierConfig extends ResourceModel
in package

Tags

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>

Constants

PRODUCT_LIST_SHIPPING_BY_PACKAGE

public mixed PRODUCT_LIST_SHIPPING_BY_PACKAGE = 'package'
Tags

PRODUCT_LIST_SHIPPING_BY_WEIGHT

public mixed PRODUCT_LIST_SHIPPING_BY_WEIGHT = 'weight'
Tags

Properties

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>

        

Search results