Interface HydrationInterface

Summary

Fully Qualified Name: Zend\Hydrator\HydrationInterface

Description

Methods

Name Description Defined By
hydrate() Hydrate $object with the provided $data. HydrationInterface

Method Details

hydrate()

Hydrate $object with the provided $data.

Parameter Name Type Description
$data array
$object object

Returns: object

Top