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> $lookupArray, float|int|string $index_number) : int
    Parameters
- $lookupArray : array<string|int, mixed>
- $index_number : float|int|string
- 
                    number >= 1 
Return values
intvalidateLookupArray()
    protected
            static        validateLookupArray(mixed $lookupArray) : void
    Parameters
- $lookupArray : mixed