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
ProductCustomOptionValuesInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Api\Data
;
8
13
interface
ProductCustomOptionValuesInterface
14
{
20
public
function
getTitle
();
21
28
public
function
setTitle
(
$title
);
29
35
public
function
getSortOrder
();
36
43
public
function
setSortOrder
($sortOrder);
44
50
public
function
getPrice
();
51
58
public
function
setPrice
(
$price
);
59
65
public
function
getPriceType
();
66
73
public
function
setPriceType
(
$priceType
);
74
80
public
function
getSku
();
81
88
public
function
setSku
($sku);
89
95
public
function
getOptionTypeId
();
96
103
public
function
setOptionTypeId
($optionTypeId);
104
}
$title
$title
Definition:
default.phtml:14
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setOptionTypeId
setOptionTypeId($optionTypeId)
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getSku
getSku()
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getPriceType
getPriceType()
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getPrice
getPrice()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
$price
$price
Definition:
product_alert.php:10
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface
Definition:
ProductCustomOptionValuesInterface.php:13
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setTitle
setTitle($title)
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setSortOrder
setSortOrder($sortOrder)
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getOptionTypeId
getOptionTypeId()
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setPrice
setPrice($price)
$priceType
$priceType
Definition:
msrp.phtml:18
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getTitle
getTitle()
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\getSortOrder
getSortOrder()
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setSku
setSku($sku)
Magento\Catalog\Api\Data\ProductCustomOptionValuesInterface\setPriceType
setPriceType($priceType)