Documentation

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

Properties

Methods

getCallingCode()

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

getCreateTime()

public getCreateTime() : int
Return values
int

getCurrencyId()

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

getEnglishName()

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

getEuMember()

public getEuMember() : bool
Return values
bool

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
Return values
int|null

getUpdateTime()

public getUpdateTime() : int
Return values
int

getVatCountryId()

public getVatCountryId() : int
Return values
int

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

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

        
On this page

Search results