You are here

public function DelegatingHydrator::__construct in Zircon Profile 8.0

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

Constructor

Parameters

ServiceLocatorInterface $hydrators:

File

vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php, line 26

Class

DelegatingHydrator

Namespace

Zend\Hydrator

Code

public function __construct(ServiceLocatorInterface $hydrators) {
  $this->hydrators = $hydrators;
}