Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeSetInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Eav\Api\Data;
7 
14 {
20  public function getAttributeSetId();
21 
28  public function setAttributeSetId($attributeSetId);
29 
35  public function getAttributeSetName();
36 
43  public function setAttributeSetName($attributeSetName);
44 
50  public function getSortOrder();
51 
58  public function setSortOrder($sortOrder);
59 
65  public function getEntityTypeId();
66 
73  public function setEntityTypeId($entityTypeId);
74 
80  public function getExtensionAttributes();
81 
88  public function setExtensionAttributes(\Magento\Eav\Api\Data\AttributeSetExtensionInterface $extensionAttributes);
89 }
setExtensionAttributes(\Magento\Eav\Api\Data\AttributeSetExtensionInterface $extensionAttributes)
$extensionAttributes
Definition: payment.php:22