Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-eav
Api
Data
AttributeSetInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Eav\Api\Data
;
7
13
interface
AttributeSetInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
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
}
$entityTypeId
$entityTypeId
Definition:
attribute_set_with_renamed_group.php:28
Magento\Eav\Api\Data\AttributeSetInterface\setAttributeSetId
setAttributeSetId($attributeSetId)
Magento\Eav\Api\Data\AttributeSetInterface\setSortOrder
setSortOrder($sortOrder)
$attributeSetId
$attributeSetId
Definition:
filterable_attributes.php:11
Magento\Eav\Api\Data\AttributeSetInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Eav\Api\Data\AttributeSetExtensionInterface $extensionAttributes)
Magento\Eav\Api\Data\AttributeSetInterface\getEntityTypeId
getEntityTypeId()
Magento\Eav\Api\Data\AttributeSetInterface\getAttributeSetName
getAttributeSetName()
Magento\Eav\Api\Data\AttributeSetInterface
Definition:
AttributeSetInterface.php:13
Magento\Eav\Api\Data\AttributeSetInterface\getSortOrder
getSortOrder()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Eav\Api\Data\AttributeSetInterface\setEntityTypeId
setEntityTypeId($entityTypeId)
Magento
Magento\Eav\Api\Data\AttributeSetInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Eav\Api\Data\AttributeSetInterface\getAttributeSetId
getAttributeSetId()
Magento\Eav\Api\Data
Definition:
AttributeDefaultValueInterface.php:7
Magento\Eav\Api\Data\AttributeSetInterface\setAttributeSetName
setAttributeSetName($attributeSetName)