AttributeValueProcessorInterface
AttributeValueProcessorInterface.php
:
16
Interface
Methods¶
process()
¶
AttributeValueProcessorInterface.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attribute | AttributeInterface | - | - |
| $product | object | - | - |
Return values
array<string|int, mixed>
supports()
¶
AttributeValueProcessorInterface.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attribute | AttributeInterface | - | - |
| $product | object | - | - |
Return values
bool