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
Methods
- initialize() : mixed
Methods
initialize()
public
initialize(object $object) : mixed
Parameters
- $object : object