Documentation

Currency
in package
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

Properties

$symbolHex

private string|null $symbolHex

Methods

getDecimals()

public getDecimals() : int|null
Return values
int|null

getEngName()

public getEngName() : string|null
Return values
string|null

getId()

public getId() : int
Return values
int

getIsoCode3()

public getIsoCode3() : string
Return values
string

getSymbolHex()

public getSymbolHex() : string|null
Return values
string|null

getThree()

public getThree() : string
Return values
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

        
On this page

Search results