BankingDetailSetting
extends CacheModel
in package
Table of Contents
Properties
- $bank_address : mixed
- $bank_country_id : mixed
- $bank_name : mixed
- $bd_option_id : mixed
- $beneficiary : mixed
- $bic : mixed
- $client_id : mixed
- $create_time : mixed
- $iban : mixed
- $report_country_id : mixed
- $update_time : mixed
Methods
- assignJobMergedData() : mixed
- beforeSave() : mixed
- exists() : bool
- fetchAsArray() : mixed
- fetchAsAssocArray() : mixed
- fetchAsMultiAssocArray() : mixed
- find() : false|array<string|int, static>
- findFirst() : static|false
- fixParameters() : mixed
- fromArray() : mixed
- getBankAddress() : mixed
- Get the value of bank_address
- getBankCountryId() : mixed
- Get the value of bank_country_id
- getBankName() : mixed
- Get the value of bank_name
- getBdOptionId() : mixed
- Get the value of bd_option_id
- getBeneficiary() : mixed
- Get the value of beneficiary
- getBic() : mixed
- Get the value of bic
- getClient() : Client
- getClientId() : mixed
- Get the value of client_id
- getCreateTime() : mixed
- getIban() : mixed
- Get the value of iban
- getReportCountryId() : mixed
- Get the value of report_country_id
- getThe() : mixed
- getUpdateTime() : mixed
- initialize() : mixed
- jsonSerialize() : mixed
- mapper() : mixed
- set() : mixed
- setCreateTime() : $this
- If $createTime is null, default value now.
- setUpdateTime() : $this
- If $updateTime is null, default value now.
- writeAttributeIfNeeded() : mixed
- _createKey() : mixed
Properties
$bank_address
protected
mixed
$bank_address
$bank_country_id
protected
mixed
$bank_country_id
$bank_name
protected
mixed
$bank_name
$bd_option_id
protected
mixed
$bd_option_id
$beneficiary
protected
mixed
$beneficiary
$bic
protected
mixed
$bic
$client_id
protected
mixed
$client_id
$create_time
protected
mixed
$create_time
$iban
protected
mixed
$iban
$report_country_id
protected
mixed
$report_country_id
$update_time
protected
mixed
$update_time
Methods
assignJobMergedData()
public
assignJobMergedData() : mixed
beforeSave()
public
beforeSave() : mixed
exists()
public
exists() : bool
Return values
boolfetchAsArray()
public
static fetchAsArray([mixed $parameter = null ]) : mixed
Parameters
- $parameter : mixed = null
fetchAsAssocArray()
public
static fetchAsAssocArray([mixed $parameter = null ][, mixed $key = 'id' ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $key : mixed = 'id'
- $cols : mixed = null
fetchAsMultiAssocArray()
public
static fetchAsMultiAssocArray([mixed $parameter = null ][, mixed $keyname = ['id'] ][, mixed $cols = null ]) : mixed
Parameters
- $parameter : mixed = null
- $keyname : mixed = ['id']
- $cols : mixed = null
find()
public
static find([array<string|int, mixed>|null|int $parameters = null ]) : false|array<string|int, static>
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
false|array<string|int, static>findFirst()
public
static findFirst([array<string|int, mixed>|null|int $parameters = null ]) : static|false
Parameters
- $parameters : array<string|int, mixed>|null|int = null
Return values
static|falsefixParameters()
public
static fixParameters([mixed $parameters = null ]) : mixed
Parameters
- $parameters : mixed = null
fromArray()
public
static fromArray(mixed $array) : mixed
Parameters
- $array : mixed
getBankAddress()
Get the value of bank_address
public
getBankAddress() : mixed
getBankCountryId()
Get the value of bank_country_id
public
getBankCountryId() : mixed
getBankName()
Get the value of bank_name
public
getBankName() : mixed
getBdOptionId()
Get the value of bd_option_id
public
getBdOptionId() : mixed
getBeneficiary()
Get the value of beneficiary
public
getBeneficiary() : mixed
getBic()
Get the value of bic
public
getBic() : mixed
getClient()
public
getClient() : Client
Return values
ClientgetClientId()
Get the value of client_id
public
getClientId() : mixed
getCreateTime()
public
getCreateTime() : mixed
getIban()
Get the value of iban
public
getIban() : mixed
getReportCountryId()
Get the value of report_country_id
public
getReportCountryId() : mixed
getThe()
public
static getThe(mixed $paramater) : mixed
Parameters
- $paramater : mixed
getUpdateTime()
public
getUpdateTime() : mixed
initialize()
public
initialize() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
- $map : array<string|int, mixed>
- $original : array<string|int, mixed>
- $reverse : bool = true
set()
public
set(mixed $property, mixed $value) : mixed
Parameters
- $property : mixed
- $value : mixed
setCreateTime()
If $createTime is null, default value now.
public
setCreateTime([mixed $createTime = null ]) : $this
Parameters
- $createTime : mixed = null
Return values
$thissetUpdateTime()
If $updateTime is null, default value now.
public
setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
- $updateTime : mixed = null
Return values
$thiswriteAttributeIfNeeded()
public
writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
- $attribute : mixed
- $value : mixed
_createKey()
protected
static _createKey(mixed $parameters) : mixed
Parameters
- $parameters : mixed