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-catalog
Api
Data
ProductLinkAttributeInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data
;
8
9
use
Magento\Framework\Api\ExtensibleDataInterface
;
10
15
interface
ProductLinkAttributeInterface
extends
ExtensibleDataInterface
16
{
22
public
function
getCode
();
23
30
public
function
setCode
(
$code
);
31
37
public
function
getType
();
38
45
public
function
setType
(
$type
);
46
52
public
function
getExtensionAttributes
();
53
60
public
function
setExtensionAttributes
(
61
\
Magento
\Catalog\Api\Data\ProductLinkAttributeExtensionInterface
$extensionAttributes
62
);
63
}
Magento\Catalog\Api\Data\ProductLinkAttributeInterface
Definition:
ProductLinkAttributeInterface.php:15
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\getCode
getCode()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\getExtensionAttributes
getExtensionAttributes()
$type
$type
Definition:
item.phtml:13
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductLinkAttributeExtensionInterface $extensionAttributes)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\setCode
setCode($code)
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\getType
getType()
$code
$code
Definition:
info.phtml:12
Magento\Catalog\Api\Data\ProductLinkAttributeInterface\setType
setType($type)