ObjectInitializerInterface
in
Prepares an object for validation.
Concrete implementations of this interface are used by to initialize objects just before validating them.
Tags
Table of Contents
- initialize() : mixed
- Initializes an object just before validation.
Methods
initialize()
Initializes an object just before validation.
public
initialize(object $object) : mixed
Parameters
- $object : object
-
The object to validate