Smalot\Magento\Catalog\ProductAttributeSet::groupRemove PHP 메소드

groupRemove() 공개 메소드

Allows you to remove a group from an attribute set.
public groupRemove ( string $attributeGroupId ) : Smalot\Magento\ActionInterface
$attributeGroupId string
리턴 Smalot\Magento\ActionInterface
    public function groupRemove($attributeGroupId)
    {
        return $this->__createAction('product_attribute_set.groupRemove', func_get_args());
    }