BaseField
AbstractYes
Table of Contents
Methods
- getEntityTypeId() : int
- getFieldCategoryId() : int
- getInstance() : BaseField
- getMatchName() : string
- getValues() : array<string|int, mixed>
- isNull() : bool
- prepareCodes() : array<string|int, mixed>
Methods
getEntityTypeId()
public
getEntityTypeId() : int
Return values
intgetFieldCategoryId()
public
getFieldCategoryId() : int
Return values
intgetInstance()
public
static getInstance(int $volatileTypeId) : BaseField
Parameters
- $volatileTypeId : int
Return values
BaseFieldgetMatchName()
public
getMatchName() : string
Return values
stringgetValues()
public
getValues(int $entityId) : array<string|int, mixed>
Parameters
- $entityId : int
Return values
array<string|int, mixed>isNull()
public
isNull() : bool
Return values
boolprepareCodes()
public
prepareCodes(array<string|int, mixed> $values) : array<string|int, mixed>
Parameters
- $values : array<string|int, mixed>