EuWideThreshold
in package
Tags
Table of Contents
Constants
- INITIAL_YEAR = 2021
- THRESHOLD_LIMIT = 10000
Properties
- $client : Client
- $countrySet : array<string|int, string>
- $id : int|null
- $reachDate : string|null
- $reachDateTime : DateTimeImmutable|null
- $reachMD : mixed
- $threshold : float
- $year : mixed
Methods
- getClient() : Client
- Get the value of client
- getCountrySet() : array<string|int, string>
- getId() : int|null
- Get $id
- getReachDate() : mixed
- getReachDateTime() : mixed
- getReachMD() : mixed
- Get the value of reachMD
- getThreshold() : float
- Get the value of threshold
- getYear() : mixed
- Get the value of year
- setDate() : void
Constants
INITIAL_YEAR
public
mixed
INITIAL_YEAR
= 2021
THRESHOLD_LIMIT
public
mixed
THRESHOLD_LIMIT
= 10000
Properties
$client
private
Client
$client
Tags
$countrySet
private
array<string|int, string>
$countrySet
Tags
$id
private
int|null
$id
Tags
$reachDate
private
string|null
$reachDate
$reachDateTime
private
DateTimeImmutable|null
$reachDateTime
$reachMD
private
mixed
$reachMD
Tags
$threshold
private
float
$threshold
Tags
$year
private
mixed
$year
Tags
Methods
getClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetCountrySet()
public
getCountrySet() : array<string|int, string>
Return values
array<string|int, string>getId()
Get $id
public
getId() : int|null
Return values
int|nullgetReachDate()
public
getReachDate() : mixed
getReachDateTime()
public
getReachDateTime() : mixed
getReachMD()
Get the value of reachMD
public
getReachMD() : mixed
getThreshold()
Get the value of threshold
public
getThreshold() : float
Return values
floatgetYear()
Get the value of year
public
getYear() : mixed
setDate()
public
setDate() : void