ProductVariantCreateStruct
ProductVariantCreateStruct.php
:
11
Methods¶
__construct() ¶
ProductVariantCreateStruct.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributes | array<int|string, mixed> | - | - |
$code | string|null | null | - |
getAttribute() ¶
ProductVariantCreateStruct.php
:
41
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$default | mixed|null | null | - |
Return values
mixed|null
getAttributes() ¶
ProductVariantCreateStruct.php
:
30
|
|
Return values
array<int|string, mixed>
getCode() ¶
ProductVariantCreateStruct.php
:
62
|
|
Return values
string|null
setAttribute() ¶
ProductVariantCreateStruct.php
:
49
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
$value | mixed | - | - |
setAttributes() ¶
ProductVariantCreateStruct.php
:
57
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributes | array<string, mixed> | - | - |
setCode() ¶
ProductVariantCreateStruct.php
:
67
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$code | string|null | - | - |