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
initialize(object $object)
Initializes an object just before validation.