CurrencyRate
in package
Tags
Table of Contents
Properties
Methods
- getCurrency() : Currency|null
- Get $currency
- getDate() : DateTime
- Get the value of date
- getRate() : string
- Get the value of rate
Properties
$currency
private
Currency|null
$currency
Tags
$date
private
DateTime
$date
Tags
$id
private
int|null
$id
Tags
$rate
private
string
$rate
Tags
Methods
getCurrency()
Get $currency
public
getCurrency() : Currency|null
Return values
Currency|nullgetDate()
Get the value of date
public
getDate() : DateTime
Return values
DateTimegetRate()
Get the value of rate
public
getRate() : string