You are here

public function HydratorAwareInterface::setHydrator in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php \Zend\Hydrator\HydratorAwareInterface::setHydrator()

Set hydrator

Parameters

HydratorInterface $hydrator:

Return value

HydratorAwareInterface

File

vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php, line 20

Class

HydratorAwareInterface

Namespace

Zend\Hydrator

Code

public function setHydrator(HydratorInterface $hydrator);