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
ProductRenderInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data
;
8
9
use
Magento\Catalog\Api\Data\ProductRender\ButtonInterface
;
10
use
Magento\Catalog\Api\Data\ProductRender\PriceInfoInterface
;
11
use
Magento\Framework\Api\ExtensibleDataInterface
;
12
20
interface
ProductRenderInterface
extends
ExtensibleDataInterface
21
{
28
public
function
getAddToCartButton
();
29
37
public
function
setAddToCartButton
(
ButtonInterface
$cartAddToCartButton);
38
45
public
function
getAddToCompareButton
();
46
54
public
function
setAddToCompareButton
(
ButtonInterface
$compareButton);
55
63
public
function
getPriceInfo
();
64
72
public
function
setPriceInfo
(
PriceInfoInterface
$priceInfo);
73
81
public
function
getImages
();
82
90
public
function
setImages
(array $images);
91
98
public
function
getUrl
();
99
107
public
function
setUrl
(
$url
);
108
115
public
function
getId
();
116
124
public
function
setId
(
$id
);
125
132
public
function
getName
();
133
141
public
function
setName
(
$name
);
142
149
public
function
getType
();
150
158
public
function
setType
($productType);
159
166
public
function
getIsSalable
();
167
177
public
function
setIsSalable
($isSalable);
178
187
public
function
getStoreId
();
188
196
public
function
setStoreId
(
$storeId
);
197
205
public
function
getCurrencyCode
();
206
214
public
function
setCurrencyCode
($currencyCode);
215
222
public
function
getExtensionAttributes
();
223
231
public
function
setExtensionAttributes
(
232
\
Magento
\Catalog\Api\Data\ProductRenderExtensionInterface
$extensionAttributes
233
);
234
}
Magento\Catalog\Api\Data\ProductRender\ButtonInterface
Definition:
ButtonInterface.php:19
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
$url
$url
Definition:
query_redirect.php:14
Magento\Catalog\Api\Data\ProductRenderInterface\setPriceInfo
setPriceInfo(PriceInfoInterface $priceInfo)
Magento\Catalog\Api\Data\ProductRenderInterface\getUrl
getUrl()
Magento\Catalog\Api\Data\ProductRenderInterface\setId
setId($id)
$id
$id
Definition:
fieldset.phtml:14
Magento\Catalog\Api\Data\ProductRenderInterface\getPriceInfo
getPriceInfo()
Magento\Catalog\Api\Data\ProductRenderInterface\getName
getName()
Magento\Catalog\Api\Data\ProductRenderInterface\setUrl
setUrl($url)
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
Magento\Catalog\Api\Data\ProductRenderInterface\getAddToCompareButton
getAddToCompareButton()
Magento\Catalog\Api\Data\ProductRenderInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Catalog\Api\Data\ProductRenderInterface\getAddToCartButton
getAddToCartButton()
Magento\Catalog\Api\Data\ProductRenderInterface\setCurrencyCode
setCurrencyCode($currencyCode)
Magento\Catalog\Api\Data\ProductRenderInterface\setStoreId
setStoreId($storeId)
Magento\Catalog\Api\Data\ProductRenderInterface\setIsSalable
setIsSalable($isSalable)
Magento\Catalog\Api\Data\ProductRenderInterface\setImages
setImages(array $images)
Magento\Catalog\Api\Data\ProductRenderInterface\setName
setName($name)
Magento\Catalog\Api\Data\ProductRenderInterface
Definition:
ProductRenderInterface.php:20
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Catalog\Api\Data\ProductRenderInterface\getIsSalable
getIsSalable()
Magento\Catalog\Api\Data\ProductRenderInterface\getImages
getImages()
Magento\Catalog\Api\Data\ProductRenderInterface\getId
getId()
Magento\Catalog\Api\Data\ProductRenderInterface\getStoreId
getStoreId()
Magento
Magento\Catalog\Api\Data\ProductRenderInterface\getCurrencyCode
getCurrencyCode()
Magento\Catalog\Api\Data\ProductRenderInterface\setType
setType($productType)
Magento\Catalog\Api\Data\ProductRenderInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductRenderExtensionInterface $extensionAttributes)
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\ProductRenderInterface\setAddToCartButton
setAddToCartButton(ButtonInterface $cartAddToCartButton)
Magento\Catalog\Api\Data\ProductRenderInterface\setAddToCompareButton
setAddToCompareButton(ButtonInterface $compareButton)
Magento\Catalog\Api\Data\ProductRenderInterface\getType
getType()
Magento\Catalog\Api\Data\ProductRender\PriceInfoInterface
Definition:
PriceInfoInterface.php:14
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14