-
$locale
-
-
LIMB_RULES_INCLUDE_PATH
-
-
lmbAtleastOneFieldRequiredRule
-
Checks that at least one field from a list has not null value
-
lmbBaseValidationRule
-
A base class for validation rules.
-
lmbCallbackRule
-
Validation rule that accepts callback in constructor and executes that callback in validate() method Callback must follow lmbValidationRule interface.
-
lmbCmsUserUniqueFieldRule
-
A base class for rules responsbile for validating a single field should inherit this class.
-
lmbDateRule
-
Checks that field value is a valid date
-
lmbDomainRule
-
Checks that field value is a valid domain name.
-
lmbEmailRule
-
Checks that field value is a valid Email address.
-
lmbErrorList
-
Holds a list of validation errors
-
lmbErrorMessage
-
Single validation error message.
-
lmbExcludePatternRule
-
Checks that field value doesn't match some regexp.
-
lmbI18NSizeRangeRule
-
class lmbI18NSizeRangeRule.
-
lmbIdentifierRule
-
Checks that field value is an alpha-numeric string
-
lmbInvalidValueRule
-
Checks that field value is not equal some invalid value
-
lmbLocaleDateRule
-
class lmbLocaleDateRule.
-
lmbMatchRule
-
Checks that field value exactly match a reference field value
-
lmbNotInArrayRule
-
Checks that field is not not in a list of restricted values
-
lmbNumericPrecisionRule
-
Checks that field value is a valid numeric value and its precision falls within allowable parameters.
-
lmbNumericValueRangeRule
-
Checks that field has minimux and (or) maximum length
-
lmbPatternRule
-
Checks that field value match some regexp.
-
lmbRequiredObjectRule
-
Checks that field is present in datasource and it's value is an object of some or any class
-
lmbRequiredRule
-
Checks that field is present in datasource and has not empty value
-
lmbSingleFieldRule
-
A base class for rules responsbile for validating a single field should inherit this class.
-
lmbSizeRangeRule
-
Checks that field has minimux and (or) maximum length
-
lmbUrlRule
-
Checks that field value is a valid url.
-
lmbValidationException
-
Validation exception.
-
lmbValidationRule
-
Interface for defining rules to validate against
-
lmbValidator
-
Holds the list of validation rules along with errors happened during validation.
-
lmbValidatorBuilder
-
Builds new or fills with the rules existing lmbValidator object, simplifying constructing rules
-
lmbValidValueRule
-
Checks that field value is equal some valid value
-
lmbValidationException.class.php
-
-
lmbErrorList.class.php
-
-
lmbErrorMessage.class.php
-
-
lmbValidator.class.php
-
-
lmbValidatorBuilder.class.php
-
-
lmbAtleastOneFieldRequiredRule.class.php
-
-
lmbBaseValidationRule.class.php
-
-
lmbCallbackRule.class.php
-
-
lmbDateRule.class.php
-
-
lmbDomainRule.class.php
-
-
lmbEmailRule.class.php
-
-
lmbExcludePatternRule.class.php
-
-
lmbI18NSizeRangeRule.class.php
-
-
lmbIdentifierRule.class.php
-
-
lmbInvalidValueRule.class.php
-
-
lmbLocaleDateRule.class.php
-
-
lmbMatchRule.class.php
-
-
lmbNotInArrayRule.class.php
-
-
lmbNumericPrecisionRule.class.php
-
-
lmbNumericValueRangeRule.class.php
-
-
lmbPatternRule.class.php
-
-
lmbRequiredObjectRule.class.php
-
-
lmbRequiredRule.class.php
-
-
lmbSingleFieldRule.class.php
-
-
lmbSizeRangeRule.class.php
-
-
lmbUrlRule.class.php
-
-
lmbValidationRule.interface.php
-
-
lmbValidValueRule.class.php
-