NetRate
extends BaseModel
Table of Contents
Properties
-
$matchType
: string
-
$price
: float
Methods
-
__construct()
: mixed
-
getMatchType()
: string
-
getPrice()
: float
-
setMatchType()
: void
-
setPrice()
: void
-
toArray()
: array<string|int, mixed>
$matchType
protected
string
$matchType
$price
protected
float
$price
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getMatchType()
public
getMatchType() : string
getPrice()
public
getPrice() : float
setMatchType()
public
setMatchType(string $matchType) : void
Parameters
-
$matchType
: string
-
setPrice()
public
setPrice(float $price) : void
Parameters
-
$price
: float
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>