Contents |
The VF_FieldValidator class
Introduction
Description of the class
Class synopsis
VF_FieldValidator {
void __construct(string $fieldName, integer $fieldType, array $validationRules, array $errorHandlers[, string $fieldHint])
string getCheck(void)
string getValue(void)
boolean validate(void)
}
Table of Contents
- VF_FieldValidator→__construct — Creates a new VF_FieldValidator object
- VF_FieldValidator→getCheck — Returns the regular expression for validation of the current field
- VF_FieldValidator→getValue — Gets the value of the current field
- VF_FieldValidator→validate — Validate the current field

