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
BasePriceInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data
;
8
14
interface
BasePriceInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
19
const
PRICE
=
'price'
;
20
const
STORE_ID
=
'store_id'
;
21
const
SKU
=
'sku'
;
31
public
function
setPrice
(
$price
);
32
39
public
function
getPrice
();
40
48
public
function
setStoreId
(
$storeId
);
49
56
public
function
getStoreId
();
57
65
public
function
setSku
($sku);
66
73
public
function
getSku
();
74
81
public
function
getExtensionAttributes
();
82
90
public
function
setExtensionAttributes
(
91
\
Magento
\Catalog\Api\Data\BasePriceExtensionInterface
$extensionAttributes
92
);
93
}
Magento\Catalog\Api\Data\BasePriceInterface\setStoreId
setStoreId($storeId)
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\Catalog\Api\Data\BasePriceInterface\STORE_ID
const STORE_ID
Definition:
BasePriceInterface.php:20
Magento\Catalog\Api\Data\BasePriceInterface
Definition:
BasePriceInterface.php:14
Magento\Catalog\Api\Data\BasePriceInterface\getPrice
getPrice()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
$price
$price
Definition:
product_alert.php:10
Magento\Catalog\Api\Data\BasePriceInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\BasePriceExtensionInterface $extensionAttributes)
Magento\Catalog\Api\Data\BasePriceInterface\PRICE
const PRICE
Definition:
BasePriceInterface.php:19
Magento\Catalog\Api\Data\BasePriceInterface\getSku
getSku()
Magento\Catalog\Api\Data\BasePriceInterface\setPrice
setPrice($price)
Magento\Catalog\Api\Data\BasePriceInterface\SKU
const SKU
Definition:
BasePriceInterface.php:21
Magento\Catalog\Api\Data\BasePriceInterface\setSku
setSku($sku)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\BasePriceInterface\getStoreId
getStoreId()
Magento\Catalog\Api\Data\BasePriceInterface\getExtensionAttributes
getExtensionAttributes()