phpDocumentor

ProductPrice implements ProductPriceInterface

Class ProductPrice

Tags
category

System

subpackage

ValueObjects

Interfaces, Classes and Traits

ProductPriceInterface
Interface ProductPriceInterface

Table of Contents

$groupPrices  : ProductGroupPriceCollection|null
$price  : float
$productId  : int
$taxClassId  : mixed
int
__construct()  : mixed
ProductPrice constructor.
create()  : ProductPrice
Named constructor of product price.
createWithoutTaxClassId()  : mixed
groupPrices()  : ProductGroupPriceCollection|null
Returns the group prices.
price()  : float
Returns the product price
productId()  : int
Returns the product id.
taxClassId()  : int
Returns the tax class id.

Properties

Methods

price()

Returns the product price

public price() : float
Return values
float

Product price.

productId()

Returns the product id.

public productId() : int
Return values
int

Product id.

taxClassId()

Returns the tax class id.

public taxClassId() : int
Return values
int

Tax class id.

Search results