-
Notifications
You must be signed in to change notification settings - Fork 2
classes.md
Craig Manley edited this page Feb 17, 2016
·
4 revisions
- Validate (namespace)
- Validation validates single non-null values; used by Spec
- Spec encapsulates a Validation object with some extra options indicating if it may be null etc.
- Specs simply a typed collection of Spec objects that behaves as an associative array; often used stand-alone
- Validator encapsulates a Specs object with some extra options in order to validate multiple values
- ValidationException
- ValidationCheckException
- ValidationNamedCheckException