class ProductPriceTools

Utility class used to store price and promo price for a carte item.

Class ProductPriceTools

Methods

__construct($price, $promoPrice)

No description

float
getPrice()

No description

float
getPromoPrice()

No description

Details

at line 38
__construct($price, $promoPrice)

Parameters

$price
$promoPrice

at line 47
float getPrice()

Return Value

float

at line 55
float getPromoPrice()

Return Value

float