Class \Prado\Web\UI\WebControls\TValidationDataType
TValidationDataType class.
TValidationDataType defines the enumerable type for the possible data types that a comparison validator can validate upon.
The following enumerable values are defined:
- Integer
- Float
- Date
- String
Class hierarchy
- \Prado\Web\UI\WebControls\TValidationDataType
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Date
|
'Date'
|
public
mixed
|
Float
|
'Float'
|
public
mixed
|
Integer
|
'Integer'
|
public
mixed
|
String
|
'String'
|