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

groupRename() public method

Allows you to rename a group in the attribute set.
public groupRename ( string $groupId, string $groupName ) : Smalot\Magento\ActionInterface
$groupId string
$groupName string
return Smalot\Magento\ActionInterface
    public function groupRename($groupId, $groupName)
    {
        return $this->__createAction('product_attribute_set.groupRename', func_get_args());
    }