LookupBase
in package
AbstractYes
Table of Contents
Methods
- checkMatch() : int|null
- validateIndexLookup() : int
- validateLookupArray() : void
Methods
checkMatch()
protected
static checkMatch(bool $bothNumeric, bool $bothNotNumeric, bool $notExactMatch, int $rowKey, string $cellDataLower, string $lookupLower, int|null $rowNumber) : int|null
Parameters
- $bothNumeric : bool
- $bothNotNumeric : bool
- $notExactMatch : bool
- $rowKey : int
- $cellDataLower : string
- $lookupLower : string
- $rowNumber : int|null
Return values
int|nullvalidateIndexLookup()
protected
static validateIndexLookup(array<string|int, mixed> $lookup_array, float|int|string $index_number) : int
Parameters
- $lookup_array : array<string|int, mixed>
- $index_number : float|int|string
Return values
intvalidateLookupArray()
protected
static validateLookupArray(mixed $lookup_array) : void
Parameters
- $lookup_array : mixed