public function DelegatingHydrator::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Zend\HydratorCode
public function __construct(ServiceLocatorInterface $hydrators) {
$this->hydrators = $hydrators;
}