Currency
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$decimals
: int
-
$engName
: string
-
$id
: int
-
$symbolHex
: string|null
-
$three
: string
Methods
-
fromModel()
: mixed
-
getDecimals()
: int|null
-
getEngName()
: string|null
-
getId()
: int
-
getIsoCode3()
: string
-
getSymbolHex()
: string|null
-
getThree()
: string
-
jsonSerialize()
: mixed
-
setDecimals()
: void
-
setEngName()
: void
-
setId()
: void
-
setSymbolHex()
: void
-
setThree()
: void
$decimals
private
int
$decimals
$engName
private
string
$engName
$id
private
int
$id
$symbolHex
private
string|null
$symbolHex
$three
private
string
$three
fromModel()
public
static fromModel(Currency $entity) : mixed
Parameters
-
$entity
: Currency
-
getDecimals()
public
getDecimals() : int|null
getEngName()
public
getEngName() : string|null
Return values
string|null
getId()
public
getId() : int
getIsoCode3()
public
getIsoCode3() : string
getSymbolHex()
public
getSymbolHex() : string|null
Return values
string|null
getThree()
public
getThree() : string
jsonSerialize()
public
jsonSerialize() : mixed
setDecimals()
public
setDecimals(int|null $decimals) : void
Parameters
-
$decimals
: int|null
-
setEngName()
public
setEngName(string|null $engName) : void
Parameters
-
$engName
: string|null
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setSymbolHex()
public
setSymbolHex(string|null $symbolHex) : void
Parameters
-
$symbolHex
: string|null
-
setThree()
public
setThree(string $three) : void
Parameters
-
$three
: string
-