Copied!

AttributeProcessorInterface

AttributeProcessorInterface.php : 17
Interface

Methods

publicprocess()

AttributeProcessorInterface.php : 22
public process(AttributeInterface $attribute, ProductInterface $product) : array<string|int, mixed>

Parameters

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

Return values

array<string|int, mixed>

publicsupports()

AttributeProcessorInterface.php : 24
public supports(AttributeInterface $attribute, ProductInterface $product) : bool

Parameters

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

Return values

bool