PHP Class Prado\Web\UI\WebControls\TValidationCompareOperator

TValidationCompareOperator defines the enumerable type for the comparison operations that {@link TCompareValidator} can perform validation with. The following enumerable values are defined: - Equal - NotEqual - GreaterThan - GreaterThanEqual - LessThan - LessThanEqual
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Show file Open project: pradosoft/prado