protected property ClosureStrategy::$hydrateFunc in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php \Zend\Hydrator\Strategy\ClosureStrategy::hydrateFunc
Function, used in hydrate method, default:
<code> function ($value) { return $value; }; </code>
Type: callable
File
- vendor/
zendframework/ zend-hydrator/ src/ Strategy/ ClosureStrategy.php, line 38
Class
Namespace
Zend\Hydrator\StrategyCode
protected $hydrateFunc = null;