Documentation

NetRate extends BaseModel
in package

Table of Contents

Properties

$matchType  : string
$price  : float

Methods

__construct()  : mixed
getMatchType()  : string
getPrice()  : float
setMatchType()  : void
setPrice()  : void
toArray()  : array<string|int, mixed>

Properties

$matchType

protected string $matchType

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getMatchType()

public getMatchType() : string
Return values
string

getPrice()

public getPrice() : float
Return values
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>

        
On this page

Search results