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
AttributeOptionLabelInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Eav\Api\Data
;
8
14
interface
AttributeOptionLabelInterface
15
{
16
const
LABEL
=
'label'
;
17
18
const
STORE_ID
=
'store_id'
;
19
25
public
function
getStoreId
();
26
33
public
function
setStoreId
(
$storeId
);
34
40
public
function
getLabel
();
41
48
public
function
setLabel
(
$label
);
49
}
Magento\Eav\Api\Data\AttributeOptionLabelInterface\STORE_ID
const STORE_ID
Definition:
AttributeOptionLabelInterface.php:18
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\Eav\Api\Data\AttributeOptionLabelInterface
Definition:
AttributeOptionLabelInterface.php:14
Magento\Eav\Api\Data\AttributeOptionLabelInterface\setLabel
setLabel($label)
Magento\Eav\Api\Data\AttributeOptionLabelInterface\getLabel
getLabel()
Magento\Eav\Api\Data\AttributeOptionLabelInterface\LABEL
const LABEL
Definition:
AttributeOptionLabelInterface.php:16
Magento\Eav\Api\Data\AttributeOptionLabelInterface\getStoreId
getStoreId()
$label
$label
Definition:
details.phtml:21
Magento\Eav\Api\Data\AttributeOptionLabelInterface\setStoreId
setStoreId($storeId)
Magento\Eav\Api\Data
Definition:
AttributeDefaultValueInterface.php:7