AttributeProcessorInterface
AttributeProcessorInterface.php
:
17
Interface
Methods¶
process()
¶
AttributeProcessorInterface.php
:
22
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attribute | AttributeInterface | - | - |
| $product | ProductInterface | - | - |
Return values
array<string|int, mixed>
supports()
¶
AttributeProcessorInterface.php
:
24
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attribute | AttributeInterface | - | - |
| $product | ProductInterface | - | - |
Return values
bool