Smalot\Magento\Catalog\ProductAttributeSet::groupRemove PHP Méthode

groupRemove() public méthode

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