BankingDetailSetting
extends BankingDetailSetting
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
- getBankAddress() : string|null
- getBankCountry() : Country|null
- Get $country
- getBankName() : string|null
- getBeneficiary() : string|null
- getBic() : string|null
- getClient() : Client
- Get the value of client
- getIban() : string|null
- getLabel() : string|null
- Get the value of label
- getOption() : BankingDetailOption
- Get the value of option
- getPaymentProcedureType() : PaymentProcedureType
- getReportCountry() : Country|null
- Get $country
- jsonSerialize() : mixed
- setBankAddress() : void
- setBankCountry() : self
- Set $country
- setBankName() : void
- setBeneficiary() : void
- setBic() : void
- setClient() : self
- Set the value of client
- setIban() : void
- setLabel() : self
- Set the value of label
- setOption() : self
- Set the value of option
- setPaymentProcedureType() : void
- setReportCountry() : self
- Set $country
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
getBankAddress()
public
getBankAddress() : string|null
Return values
string|nullgetBankCountry()
Get $country
public
getBankCountry() : Country|null
Return values
Country|nullgetBankName()
public
getBankName() : string|null
Return values
string|nullgetBeneficiary()
public
getBeneficiary() : string|null
Return values
string|nullgetBic()
public
getBic() : string|null
Return values
string|nullgetClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetIban()
public
getIban() : string|null
Return values
string|nullgetLabel()
Get the value of label
public
getLabel() : string|null
Return values
string|nullgetOption()
Get the value of option
public
getOption() : BankingDetailOption
Return values
BankingDetailOptiongetPaymentProcedureType()
public
getPaymentProcedureType() : PaymentProcedureType
Return values
PaymentProcedureTypegetReportCountry()
Get $country
public
getReportCountry() : Country|null
Return values
Country|nulljsonSerialize()
public
jsonSerialize() : mixed
setBankAddress()
public
setBankAddress(string|null $bankAddress) : void
Parameters
- $bankAddress : string|null
setBankCountry()
Set $country
public
setBankCountry(mixed $bankCountry) : self
Parameters
- $bankCountry : mixed
-
$country
Return values
selfsetBankName()
public
setBankName(string|null $bankName) : void
Parameters
- $bankName : string|null
setBeneficiary()
public
setBeneficiary(string|null $beneficiary) : void
Parameters
- $beneficiary : string|null
setBic()
public
setBic(string|null $bic) : void
Parameters
- $bic : string|null
setClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetIban()
public
setIban(string|null $iban) : void
Parameters
- $iban : string|null
setLabel()
Set the value of label
public
setLabel(mixed $label) : self
Parameters
- $label : mixed
Return values
selfsetOption()
Set the value of option
public
setOption(BankingDetailOption $option) : self
Parameters
- $option : BankingDetailOption
Return values
selfsetPaymentProcedureType()
public
setPaymentProcedureType(PaymentProcedureType $paymentProcedureType) : void
Parameters
- $paymentProcedureType : PaymentProcedureType
setReportCountry()
Set $country
public
setReportCountry(mixed $reportCountry) : self
Parameters
- $reportCountry : mixed
-
$country