AdditionalInfo
in package
Table of Contents
- $price : float
- $pricePrefix : string
- $showStock : bool
- __construct() : mixed
- ModifierHint constructor.
- price() : float
- pricePrefix() : string
- showStock() : bool
Properties
$price
protected
float
$price
$pricePrefix
protected
string
$pricePrefix
$showStock
protected
bool
$showStock
Methods
__construct()
ModifierHint constructor.
public
__construct(string $pricePrefix, float $price, bool $showStock) : mixed
Parameters
- $pricePrefix : string
- $price : float
- $showStock : bool
Return values
mixed —price()
public
price() : float
Return values
float —pricePrefix()
public
pricePrefix() : string
Return values
string —showStock()
public
showStock() : bool