You are here

protected property HydratorPluginManager::$factories in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php \Zend\Hydrator\HydratorPluginManager::factories

Default factory-based adapters

Type: array

File

vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php, line 54

Class

HydratorPluginManager
Plugin manager implementation for hydrators.

Namespace

Zend\Hydrator

Code

protected $factories = [
  'Zend\\Hydrator\\DelegatingHydrator' => 'Zend\\Hydrator\\DelegatingHydratorFactory',
];