Smalot\Magento\Catalog\ProductAttributeSet::groupAdd PHP Method

groupAdd() public method

Allows you to add a new group for attributes to the attribute set.
public groupAdd ( string $attributeSetId, string $groupName ) : Smalot\Magento\ActionInterface
$attributeSetId string
$groupName string
return Smalot\Magento\ActionInterface
    public function groupAdd($attributeSetId, $groupName)
    {
        return $this->__createAction('product_attribute_set.groupAdd', func_get_args());
    }