Country
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
$callingCode
private
string|null
$callingCode
$currency
private
Currency|null
$currency
$engName
private
string
$engName
$id
private
int
$id
$isEuMember
private
bool
$isEuMember
$isoCode2
private
string
$isoCode2
$isoCode3
private
string
$isoCode3
$thresholdInEur
private
int|null
$thresholdInEur
fromModel()
public
static fromModel(Country $entity) : mixed
Parameters
-
$entity
: Country
-
getCallingCode()
public
getCallingCode() : string|null
Return values
string|null
getCurrency()
public
getCurrency() : Currency|null
getEngName()
public
getEngName() : string|null
Return values
string|null
getId()
public
getId() : 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
isEuMember()
public
isEuMember() : bool
jsonSerialize()
public
jsonSerialize() : mixed
setCallingCode()
public
setCallingCode(string|null $callingCode) : void
Parameters
-
$callingCode
: string|null
-
setCurrency()
public
setCurrency(Currency|null $currency) : void
Parameters
-
$currency
: Currency|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
-