Interface HydratorAwareInterface

Summary

Fully Qualified Name: Zend\Hydrator\HydratorAwareInterface

Description

Methods

Name Description Defined By
getHydrator() Retrieve hydrator HydratorAwareInterface
setHydrator() Set hydrator HydratorAwareInterface

Method Details

getHydrator()

Retrieve hydrator

Returns: \HydratorInterface

setHydrator()

Set hydrator

Parameter Name Type Description
$hydrator \HydratorInterface

Returns: \HydratorAwareInterface

Top