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
ProductRender
FormattedPriceInfoInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data\ProductRender
;
8
20
interface
FormattedPriceInfoInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
21
{
28
public
function
getFinalPrice
();
29
38
public
function
setFinalPrice
($finalPrice);
39
47
public
function
getMaxPrice
();
48
56
public
function
setMaxPrice
($maxPrice);
57
65
public
function
getMinimalPrice
();
66
76
public
function
setMaxRegularPrice
($maxRegularPrice);
77
84
public
function
getMaxRegularPrice
();
85
93
public
function
setMinimalRegularPrice
($minRegularPrice);
94
101
public
function
getMinimalRegularPrice
();
102
112
public
function
setSpecialPrice
($specialPrice);
113
120
public
function
getSpecialPrice
();
121
129
public
function
setMinimalPrice
(
$minimalPrice
);
130
138
public
function
getRegularPrice
();
139
147
public
function
setRegularPrice
($regularPrice);
148
155
public
function
getExtensionAttributes
();
156
164
public
function
setExtensionAttributes
(
165
\
Magento
\Catalog\Api\Data\ProductRender\FormattedPriceInfoExtensionInterface
$extensionAttributes
166
);
167
}
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getMaxRegularPrice
getMaxRegularPrice()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getMinimalPrice
getMinimalPrice()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setSpecialPrice
setSpecialPrice($specialPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setMaxPrice
setMaxPrice($maxPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getMinimalRegularPrice
getMinimalRegularPrice()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getRegularPrice
getRegularPrice()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setMinimalRegularPrice
setMinimalRegularPrice($minRegularPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setMaxRegularPrice
setMaxRegularPrice($maxRegularPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getFinalPrice
getFinalPrice()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Catalog\Api\Data\ProductRender
Definition:
ButtonInterface.php:7
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface
Definition:
FormattedPriceInfoInterface.php:20
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoExtensionInterface $extensionAttributes)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setMinimalPrice
setMinimalPrice($minimalPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setFinalPrice
setFinalPrice($finalPrice)
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getMaxPrice
getMaxPrice()
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\setRegularPrice
setRegularPrice($regularPrice)
$minimalPrice
$minimalPrice
Definition:
final_price.phtml:17
Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface\getSpecialPrice
getSpecialPrice()