ObjectInitializerInterface
interface ObjectInitializerInterface
Prepares an object for validation.
Concrete implementations of this interface are used by {@link Validator\ContextualValidatorInterface} to initialize objects just before validating them.
Methods
void
initialize(object$object)
No description