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
SpecialPriceInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data
;
8
14
interface
SpecialPriceInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
19
const
PRICE
=
'price'
;
20
const
STORE_ID
=
'store_id'
;
21
const
SKU
=
'sku'
;
22
const
PRICE_FROM
=
'price_from'
;
23
const
PRICE_TO
=
'price_to'
;
33
public
function
setPrice
(
$price
);
34
41
public
function
getPrice
();
42
50
public
function
setStoreId
(
$storeId
);
51
58
public
function
getStoreId
();
59
67
public
function
setSku
($sku);
68
75
public
function
getSku
();
76
84
public
function
setPriceFrom
($datetime);
85
92
public
function
getPriceFrom
();
93
101
public
function
setPriceTo
($datetime);
102
109
public
function
getPriceTo
();
110
118
public
function
getExtensionAttributes
();
119
127
public
function
setExtensionAttributes
(
128
\
Magento
\Catalog\Api\Data\SpecialPriceExtensionInterface
$extensionAttributes
129
);
130
}
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\Catalog\Api\Data\SpecialPriceInterface\SKU
const SKU
Definition:
SpecialPriceInterface.php:21
Magento\Catalog\Api\Data\SpecialPriceInterface\getPrice
getPrice()
Magento\Catalog\Api\Data\SpecialPriceInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\SpecialPriceExtensionInterface $extensionAttributes)
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
$price
$price
Definition:
product_alert.php:10
Magento\Catalog\Api\Data\SpecialPriceInterface\getStoreId
getStoreId()
Magento\Catalog\Api\Data\SpecialPriceInterface\setPriceFrom
setPriceFrom($datetime)
Magento\Catalog\Api\Data\SpecialPriceInterface\getSku
getSku()
Magento\Catalog\Api\Data\SpecialPriceInterface\setPriceTo
setPriceTo($datetime)
Magento\Catalog\Api\Data\SpecialPriceInterface\PRICE_FROM
const PRICE_FROM
Definition:
SpecialPriceInterface.php:22
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Catalog\Api\Data\SpecialPriceInterface\getPriceTo
getPriceTo()
Magento\Catalog\Api\Data\SpecialPriceInterface\getPriceFrom
getPriceFrom()
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\SpecialPriceInterface\STORE_ID
const STORE_ID
Definition:
SpecialPriceInterface.php:20
Magento\Catalog\Api\Data\SpecialPriceInterface\setSku
setSku($sku)
Magento\Catalog\Api\Data\SpecialPriceInterface
Definition:
SpecialPriceInterface.php:14
Magento\Catalog\Api\Data\SpecialPriceInterface\setStoreId
setStoreId($storeId)
Magento\Catalog\Api\Data\SpecialPriceInterface\PRICE_TO
const PRICE_TO
Definition:
SpecialPriceInterface.php:23
Magento\Catalog\Api\Data\SpecialPriceInterface\PRICE
const PRICE
Definition:
SpecialPriceInterface.php:19
Magento\Catalog\Api\Data\SpecialPriceInterface\setPrice
setPrice($price)
Magento\Catalog\Api\Data\SpecialPriceInterface\getExtensionAttributes
getExtensionAttributes()