BankDetailField
extends BaseField
Table of Contents
Methods
-
__construct()
: mixed
-
getEntityTypeId()
: int
-
getFieldCategoryId()
: int
-
getInstance()
: BaseField
-
getMatchName()
: string
-
getValues()
: array<string|int, mixed>
-
isNull()
: bool
-
prepareCodes()
: array<string|int, mixed>
__construct()
public
__construct(int $volatileTypeId, int $entityTypeId, string $fieldName, int $countryId) : mixed
Parameters
-
$volatileTypeId
: int
-
-
$entityTypeId
: int
-
-
$fieldName
: string
-
-
$countryId
: int
-
getEntityTypeId()
public
getEntityTypeId() : int
getFieldCategoryId()
public
getFieldCategoryId() : int
getInstance()
public
static getInstance(int $volatileTypeId) : BaseField
Parameters
-
$volatileTypeId
: int
-
getMatchName()
public
getMatchName() : string
getValues()
public
getValues(int $entityId) : array<string|int, mixed>
Parameters
-
$entityId
: int
-
Return values
array<string|int, mixed>
isNull()
public
isNull() : bool
prepareCodes()
public
prepareCodes(array<string|int, mixed> $values) : array<string|int, mixed>
Parameters
-
$values
: array<string|int, mixed>
-
Return values
array<string|int, mixed>