HourlyBaseRates
extends BaseModel
Table of Contents
Properties
-
$hourly
: float
Methods
-
__construct()
: mixed
-
getHourly()
: float
-
setHourly()
: void
-
toArray()
: array<string|int, mixed>
$hourly
protected
float
$hourly
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getHourly()
public
getHourly() : float
setHourly()
public
setHourly(float $hourly) : void
Parameters
-
$hourly
: float
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>