Skip to content

Runtime

Everything under Quiote\Validator\Compiler\Runtime.

ClassDescription
CompiledValidatorRegistryResolves 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.
ValidatorBuilderFluent facade for registering validators directly in PHP, without an intervening XML file.
ValidatorDeclarationApplierBuilds the validators a compiled validator config declares and attaches them to a validation manager.
ValidatorSpecA fluent handle onto a single, already-registered Validator instance.