Runtime
Everything under Quiote\Validator\Compiler\Runtime.
Classes
Section titled “Classes”| Class | Description |
|---|---|
CompiledValidatorRegistry | Resolves and loads the compiled/hand-written PHP validator-builder file for a module/action, if one exists, and applies it to a ValidatorBuilder scoped to the given container. |
ValidatorBuilder | Fluent facade for registering validators directly in PHP, without an intervening XML file. |
ValidatorDeclarationApplier | Builds the validators a compiled validator config declares and attaches them to a validation manager. |
ValidatorSpec | A fluent handle onto a single, already-registered Validator instance. |