CountryEntity
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$callingCode
: mixed
-
$createTime
: mixed
-
$currencyId
: mixed
-
$englishName
: mixed
-
$euMember
: mixed
-
$id
: mixed
-
$patternCheck
: mixed
-
$patternParse
: mixed
-
$three
: mixed
-
$thresholdEur
: mixed
-
$two
: mixed
-
$updateTime
: mixed
-
$vatCountryId
: mixed
Methods
-
fromModel()
: mixed
-
getCallingCode()
: int|null
-
getCreateTime()
: int
-
getCurrencyId()
: int|null
-
getEnglishName()
: string|null
-
getEuMember()
: bool
-
getId()
: int
-
getPatternCheck()
: string|null
-
getPatternParse()
: string|null
-
getThree()
: string|null
-
getThresholdEur()
: int|null
-
getTwo()
: string
-
getUpdateTime()
: int
-
getVatCountryId()
: int
-
jsonSerialize()
: mixed
-
setCallingCode()
: void
-
setCreateTime()
: void
-
setCurrencyId()
: void
-
setEnglishName()
: void
-
setEuMember()
: void
-
setId()
: void
-
setPatternCheck()
: void
-
setPatternParse()
: void
-
setThree()
: void
-
setThresholdEur()
: void
-
setTwo()
: void
-
setUpdateTime()
: void
-
setVatCountryId()
: void
$callingCode
private
mixed
$callingCode
$createTime
private
mixed
$createTime
$currencyId
private
mixed
$currencyId
$englishName
private
mixed
$englishName
$euMember
private
mixed
$euMember
$id
private
mixed
$id
$patternCheck
private
mixed
$patternCheck
$patternParse
private
mixed
$patternParse
$three
private
mixed
$three
$thresholdEur
private
mixed
$thresholdEur
$two
private
mixed
$two
$updateTime
private
mixed
$updateTime
$vatCountryId
private
mixed
$vatCountryId
fromModel()
public
fromModel(Country $country) : mixed
Parameters
-
$country
: Country
-
getCallingCode()
public
getCallingCode() : int|null
getCreateTime()
public
getCreateTime() : int
getCurrencyId()
public
getCurrencyId() : int|null
getEnglishName()
public
getEnglishName() : string|null
Return values
string|null
getEuMember()
public
getEuMember() : bool
getId()
public
getId() : int
getPatternCheck()
public
getPatternCheck() : string|null
Return values
string|null
getPatternParse()
public
getPatternParse() : string|null
Return values
string|null
getThree()
public
getThree() : string|null
Return values
string|null
getThresholdEur()
public
getThresholdEur() : int|null
getTwo()
public
getTwo() : string
getUpdateTime()
public
getUpdateTime() : int
getVatCountryId()
public
getVatCountryId() : int
jsonSerialize()
public
jsonSerialize() : mixed
setCallingCode()
public
setCallingCode(int|null $callingCode) : void
Parameters
-
$callingCode
: int|null
-
setCreateTime()
public
setCreateTime(int $createTime) : void
Parameters
-
$createTime
: int
-
setCurrencyId()
public
setCurrencyId(int|null $currencyId) : void
Parameters
-
$currencyId
: int|null
-
setEnglishName()
public
setEnglishName(string|null $englishName) : void
Parameters
-
$englishName
: string|null
-
setEuMember()
public
setEuMember(bool $euMember) : void
Parameters
-
$euMember
: bool
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setPatternCheck()
public
setPatternCheck(string|null $patternCheck) : void
Parameters
-
$patternCheck
: string|null
-
setPatternParse()
public
setPatternParse(string|null $patternParse) : void
Parameters
-
$patternParse
: string|null
-
setThree()
public
setThree(string|null $three) : void
Parameters
-
$three
: string|null
-
setThresholdEur()
public
setThresholdEur(int|null $thresholdEur) : void
Parameters
-
$thresholdEur
: int|null
-
setTwo()
public
setTwo(string $two) : void
Parameters
-
$two
: string
-
setUpdateTime()
public
setUpdateTime(int $updateTime) : void
Parameters
-
$updateTime
: int
-
setVatCountryId()
public
setVatCountryId(int $vatCountryId) : void
Parameters
-
$vatCountryId
: int
-