interface ObjectInitializerInterface
Prepares an object for validation.
Concrete implementations of this interface are used by {@link ValidationVisitorInterface} to initialize objects just before validating them.
Methods
initialize(object $object) Initializes an object just before validation. |
Details
initialize(object $object)
Initializes an object just before validation.
Please login to continue.