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