phpDocumentor

ScaledDiscount
in package

Table of Contents

$scaledDPrice  : float
$scaledPrice  : float
$scaledQuantity  : int
__construct()  : mixed
getScaledDPrice()  : float
getScaledPrice()  : float
getScaledQuantity()  : int
setScaledDPrice()  : void
setScaledPrice()  : void
setScaledQuantity()  : void
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(int $scaledQuantity, float $scaledPrice, float $scaledDPrice) : mixed
Parameters
$scaledQuantity : int
$scaledPrice : float
$scaledDPrice : float
Return values
mixed

getScaledDPrice()

public getScaledDPrice() : float
Return values
float

getScaledPrice()

public getScaledPrice() : float
Return values
float

getScaledQuantity()

public getScaledQuantity() : int
Return values
int

setScaledDPrice()

public setScaledDPrice(float $scaledDPrice) : void
Parameters
$scaledDPrice : float
Return values
void

setScaledPrice()

public setScaledPrice(float $scaledPrice) : void
Parameters
$scaledPrice : float
Return values
void

setScaledQuantity()

public setScaledQuantity(int $scaledQuantity) : void
Parameters
$scaledQuantity : int
Return values
void

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results