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

groupRename() 공개 메소드

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