Documentation

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
see
Proxy::__setCloner

$__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
see
Proxy::__setInitializer

$__isInitialized__

public bool $__isInitialized__ = false

flag indicating if this object was already initialized

Tags
see
Proxy::__isInitialized

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

$lazyPropertiesNames

public static array<string, null> $lazyPropertiesNames = array()

properties to be lazy loaded, indexed by property name

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

getIdByTwo()

public static getIdByTwo(string $two) : int|null
Parameters
$two : string
Return values
int|null

getTwoById()

public static getTwoById(int $id) : string|null
Parameters
$id : int
Return values
string|null

jsonSerialize()

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.

setCompanyCountryClients()

Set $countryClients

public setCompanyCountryClients(mixed $companyCountryClients) : self
Parameters
$companyCountryClients : mixed

$countryClients

Return values
self

setCountryClients()

Set $countryClients

public setCountryClients(mixed $countryClients) : self
Parameters
$countryClients : mixed

$countryClients

Return values
self

setCountryRegistrations()

public setCountryRegistrations(array<string|int, mixed>|null $countryRegistrations) : void
Parameters
$countryRegistrations : array<string|int, mixed>|null

setReportObligations()

public setReportObligations(Collection|null $reportObligations) : void
Parameters
$reportObligations : Collection|null

setUserTraderCountrySetting()

public setUserTraderCountrySetting(array<string|int, mixed>|null $userTraderCountrySetting) : void
Parameters
$userTraderCountrySetting : array<string|int, mixed>|null

        
On this page

Search results