Country
extends Country
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string, mixed>
- $lazyPropertiesNames : array<string, null>
Methods
- __clone() : mixed
- __construct() : mixed
- __load() : mixed
- Forces initialization of the proxy
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- getCallingCode() : string|null
- getCompanyCountryClients() : array<string|int, Client>|null
- Get $countryClients
- getCountryClients() : array<string|int, Client>|null
- Get $countryClients
- getCountryRegistrations() : array<string|int, UserVat>|null
- getCurrency() : Currency|null
- getEngName() : string|null
- getEntries() : array<string|int, Entry>|null
- getId() : int
- getIdByTwo() : int|null
- getIsoCode2() : string|null
- getIsoCode3() : string|null
- getPatternCheck() : string|null
- getPatternParse() : string|null
- getReportObligations() : array<string|int, ReportObligation>|null
- getThresholdInEur() : int|null
- getTwoById() : string|null
- getUserTraderCountrySetting() : array<string|int, UserTraderCountrySetting>|null
- getUserVats() : array<string|int, UserVat>|null
- getVatCountry() : Country|null
- isEuMember() : bool
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setCallingCode() : void
- setCompanyCountryClients() : self
- Set $countryClients
- setCountryClients() : self
- Set $countryClients
- setCountryRegistrations() : void
- setCurrency() : void
- setEngName() : void
- setEntries() : void
- setId() : void
- setIsEuMember() : void
- setIsoCode2() : void
- setIsoCode3() : void
- setPatternCheck() : void
- setPatternParse() : void
- setReportObligations() : void
- setThresholdInEur() : void
- setUserTraderCountrySetting() : void
- setVatCountry() : void
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getCallingCode()
public
getCallingCode() : string|null
Return values
string|nullgetCompanyCountryClients()
Get $countryClients
public
getCompanyCountryClients() : array<string|int, Client>|null
Return values
array<string|int, Client>|nullgetCountryClients()
Get $countryClients
public
getCountryClients() : array<string|int, Client>|null
Return values
array<string|int, Client>|nullgetCountryRegistrations()
public
getCountryRegistrations() : array<string|int, UserVat>|null
Return values
array<string|int, UserVat>|nullgetCurrency()
public
getCurrency() : Currency|null
Return values
Currency|nullgetEngName()
public
getEngName() : string|null
Return values
string|nullgetEntries()
public
getEntries() : array<string|int, Entry>|null
Return values
array<string|int, Entry>|nullgetId()
public
getId() : int
Return values
intgetIdByTwo()
public
static getIdByTwo(string $two) : int|null
Parameters
- $two : string
Return values
int|nullgetIsoCode2()
public
getIsoCode2() : string|null
Return values
string|nullgetIsoCode3()
public
getIsoCode3() : string|null
Return values
string|nullgetPatternCheck()
public
getPatternCheck() : string|null
Return values
string|nullgetPatternParse()
public
getPatternParse() : string|null
Return values
string|nullgetReportObligations()
public
getReportObligations() : array<string|int, ReportObligation>|null
Return values
array<string|int, ReportObligation>|nullgetThresholdInEur()
public
getThresholdInEur() : int|null
Return values
int|nullgetTwoById()
public
static getTwoById(int $id) : string|null
Parameters
- $id : int
Return values
string|nullgetUserTraderCountrySetting()
public
getUserTraderCountrySetting() : array<string|int, UserTraderCountrySetting>|null
Return values
array<string|int, UserTraderCountrySetting>|nullgetUserVats()
public
getUserVats() : array<string|int, UserVat>|null
Return values
array<string|int, UserVat>|nullgetVatCountry()
public
getVatCountry() : Country|null
Return values
Country|nullisEuMember()
public
isEuMember() : bool
Return values
booljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setCallingCode()
public
setCallingCode(string|null $callingCode) : void
Parameters
- $callingCode : string|null
setCompanyCountryClients()
Set $countryClients
public
setCompanyCountryClients(mixed $companyCountryClients) : self
Parameters
- $companyCountryClients : mixed
-
$countryClients
Return values
selfsetCountryClients()
Set $countryClients
public
setCountryClients(mixed $countryClients) : self
Parameters
- $countryClients : mixed
-
$countryClients
Return values
selfsetCountryRegistrations()
public
setCountryRegistrations(array<string|int, mixed>|null $countryRegistrations) : void
Parameters
- $countryRegistrations : array<string|int, mixed>|null
setCurrency()
public
setCurrency(Currency|null $currency) : void
Parameters
- $currency : Currency|null
setEngName()
public
setEngName(string|null $engName) : void
Parameters
- $engName : string|null
setEntries()
public
setEntries(Collection|null $entries) : void
Parameters
- $entries : Collection|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
setPatternCheck()
public
setPatternCheck(string|null $patternCheck) : void
Parameters
- $patternCheck : string|null
setPatternParse()
public
setPatternParse(string|null $patternParse) : void
Parameters
- $patternParse : string|null
setReportObligations()
public
setReportObligations(Collection|null $reportObligations) : void
Parameters
- $reportObligations : Collection|null
setThresholdInEur()
public
setThresholdInEur(int|null $thresholdInEur) : void
Parameters
- $thresholdInEur : int|null
setUserTraderCountrySetting()
public
setUserTraderCountrySetting(array<string|int, mixed>|null $userTraderCountrySetting) : void
Parameters
- $userTraderCountrySetting : array<string|int, mixed>|null
setVatCountry()
public
setVatCountry(Country|null $vatCountry) : void
Parameters
- $vatCountry : Country|null