Namespace ICanBoogie\Validate
Namespaces summary
| ICanBoogie\Validate\Reader |
| ICanBoogie\Validate\Validation |
| ICanBoogie\Validate\Validator |
| ICanBoogie\Validate\ValidatorProvider |
Classes summary
| Context | Representation of a validation context. |
| Message | Representation of an error message. |
| Render | Renders messages and values. |
| Validation | Validates data against a set of rules. |
| ValidationErrors | Representation of validation errors. |
Interfaces summary
| Reader | An interface to read values from a source. |
| Validator | An interface for validators. |
| ValidatorOptions | Validator options. |
| ValidatorProvider | Provides validators. |
Exceptions summary
| ParameterIsMissing | Exception thrown when a required validator parameter is missing. |
| ValidationFailed | Exception throw when asserting a validation failed. |