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

getAttributeSet() public method

public getAttributeSet ( WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface $attributeGroup ) : array
$attributeGroup WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
return array
    public function getAttributeSet(AttributeGroupInterface $attributeGroup) : array;
AttributeRepositoryInterface