Interface HydratorInterface

Summary

Fully Qualified Name: Zend\Hydrator\HydratorInterface
Extends: HydrationInterface, ExtractionInterface

Description

Methods

Name Description Defined By
extract() Extract values from an object ExtractionInterface
hydrate() Hydrate $object with the provided $data. HydrationInterface

Method Details

extract()

Extract values from an object

Parameter Name Type Description
$object object

Returns: array

hydrate()

Hydrate $object with the provided $data.

Parameter Name Type Description
$data array
$object object

Returns: object

Top