Documentation

Country
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$callingCode  : string|null
$currency  : Currency|null
$engName  : string
$id  : int
$isEuMember  : bool
$isoCode2  : string
$isoCode3  : string
$thresholdInEur  : int|null

Methods

fromModel()  : mixed
getCallingCode()  : string|null
getCurrency()  : Currency|null
getEngName()  : string|null
getId()  : int|null
getIsoCode2()  : string|null
getIsoCode3()  : string|null
getThresholdInEur()  : int|null
isEuMember()  : bool
jsonSerialize()  : mixed
setCallingCode()  : void
setCurrency()  : void
setEngName()  : void
setId()  : void
setIsEuMember()  : void
setIsoCode2()  : void
setIsoCode3()  : void
setThresholdInEur()  : void

Properties

$callingCode

private string|null $callingCode

$isEuMember

private bool $isEuMember

$thresholdInEur

private int|null $thresholdInEur

Methods

getCallingCode()

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

getEngName()

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

getId()

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

getIsoCode2()

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

getIsoCode3()

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

getThresholdInEur()

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

isEuMember()

public isEuMember() : bool
Return values
bool

jsonSerialize()

public jsonSerialize() : mixed

setCallingCode()

public setCallingCode(string|null $callingCode) : void
Parameters
$callingCode : string|null

setEngName()

public setEngName(string|null $engName) : void
Parameters
$engName : string|null

setId()

public setId(int|null $id) : void
Parameters
$id : int|null

setIsEuMember()

public setIsEuMember(bool $isEuMember) : void
Parameters
$isEuMember : bool

setIsoCode2()

public setIsoCode2(string|null $isoCode2) : void
Parameters
$isoCode2 : string|null

setIsoCode3()

public setIsoCode3(string|null $isoCode3) : void
Parameters
$isoCode3 : string|null

setThresholdInEur()

public setThresholdInEur(int|null $thresholdInEur) : void
Parameters
$thresholdInEur : int|null

        
On this page

Search results