Documentation

DataValidator
in package

Validate a cell value according to its validation rules.

Table of Contents

Methods

isValid()  : bool
Does this cell contain valid value?
isValueInList()  : bool
Does this cell contain valid value, based on list?
numericOperator()  : bool

Methods

isValid()

Does this cell contain valid value?

public isValid(Cell $cell) : bool
Parameters
$cell : Cell

Cell to check the value

Return values
bool

isValueInList()

Does this cell contain valid value, based on list?

private isValueInList(Cell $cell) : bool
Parameters
$cell : Cell

Cell to check the value

Return values
bool

        
On this page

Search results