Event emitted after action execution.
Methods¶
__construct()
¶
CreateProductVariantsEvent.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $product | ProductInterface | - | - |
| $createStructs | iterable<string|int, ProductVariantCreateStruct> | - | - |
getCreateStructs()
¶
CreateProductVariantsEvent.php
:
38
|
|
|
Return values
iterable<string|int, ProductVariantCreateStruct>
getProduct()
¶
CreateProductVariantsEvent.php
:
30
|
|
|