Copied!

AttributeValueProcessorInterface

AttributeValueProcessorInterface.php : 16
Interface

Methods

publicprocess()

AttributeValueProcessorInterface.php : 23
public process(AttributeInterface $attribute, object $product) : array<string|int, mixed>

Parameters

Name Type Default value Description
$attribute AttributeInterface - -
$product object - -

Return values

array<string|int, mixed>

publicsupports()

AttributeValueProcessorInterface.php : 28
public supports(AttributeInterface $attribute, object $product) : bool

Parameters

Name Type Default value Description
$attribute AttributeInterface - -
$product object - -

Return values

bool