Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductAttributeManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Api;
8 
14 {
26  public function assign($attributeSetId, $attributeGroupId, $attributeCode, $sortOrder);
27 
38  public function unassign($attributeSetId, $attributeCode);
39 
47  public function getAttributes($attributeSetId);
48 }
assign($attributeSetId, $attributeGroupId, $attributeCode, $sortOrder)
$attributeGroupId
$attributeCode
Definition: extend.phtml:12