Core\Validators
Classes
Abstract parent class for our child validation child classes. Each child class must implement the runValidation() function.
Child class that performs validation for E-mail fields.
Child class class that supports ability to check if field contains a lower case character in the field.
Child class that performs validation for two fields that are required to have the same value.
Child class that performs validation for the maximum length of a value for a field.
Child class that performs validation for the minimum length of a value for a field.
Child class class that supports ability to check if field contains a numeric character in the field.
Child class that performs validation for fields than only accept numeric values.
Validates input for phone numbers. Locale abbreviation needs to be set as a rule.
Child class that performs validation for fields that are required.
Child class class that supports ability to check if field contains an special character that is not a space in the field.
Child class that performs validation for fields that require a unique entry in a database.
Child class class that supports ability to check if field contains an upper case character in the field.