WellCommerce\Bundle\AttributeBundle\Repository\AttributeRepositoryInterface::getAttributeValuesSet PHP Method

getAttributeValuesSet() public method

public getAttributeValuesSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface $attribute ) : array
$attribute WellCommerce\Bundle\AttributeBundle\Entity\AttributeInterface
return array
    public function getAttributeValuesSet(AttributeInterface $attribute) : array;
AttributeRepositoryInterface