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-bundle
Api
Data
OptionTypeInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Bundle\Api\Data
;
8
14
interface
OptionTypeInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
21
public
function
getLabel
();
22
29
public
function
setLabel
(
$label
);
30
36
public
function
getCode
();
37
44
public
function
setCode
(
$code
);
45
51
public
function
getExtensionAttributes
();
52
59
public
function
setExtensionAttributes
(\
Magento
\Bundle\Api\Data\OptionTypeExtensionInterface
$extensionAttributes
);
60
}
Magento\Bundle\Api\Data
Definition:
BundleOptionInterface.php:7
Magento\Bundle\Api\Data\OptionTypeInterface\getCode
getCode()
Magento\Bundle\Api\Data\OptionTypeInterface
Definition:
OptionTypeInterface.php:14
Magento\Bundle\Api\Data\OptionTypeInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Bundle\Api\Data\OptionTypeExtensionInterface $extensionAttributes)
Magento\Bundle\Api\Data\OptionTypeInterface\getLabel
getLabel()
$label
$label
Definition:
details.phtml:21
Magento\Bundle\Api\Data\OptionTypeInterface\setLabel
setLabel($label)
Magento\Bundle\Api\Data\OptionTypeInterface\setCode
setCode($code)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Bundle\Api\Data\OptionTypeInterface\getExtensionAttributes
getExtensionAttributes()
$code
$code
Definition:
info.phtml:12