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

create() public method

Allows you to create a new attribute set based on another attribute set.
public create ( string $attributeSetName, string $skeletonSetId ) : Smalot\Magento\ActionInterface
$attributeSetName string
$skeletonSetId string
return Smalot\Magento\ActionInterface
    public function create($attributeSetName, $skeletonSetId)
    {
        return $this->__createAction('product_attribute_set.create', func_get_args());
    }