modules/validator_rule library
Classes
- EmailFormatRule
- Rule to validate if the value is an email.
- FormValidatorRule
- Abstract class for form validator rules.
- MaxLengthRule
- Rule to validate if the value is a number.
- MinLengthRule
- Rule to validate if the value is a number.
- RequiredRule
- Rule to validate if the value is required.