You are here

protected property ClosureStrategy::$hydrateFunc in Zircon Profile 8

Same name and namespace in other branches
  1. 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

ClosureStrategy

Namespace

Zend\Hydrator\Strategy

Code

protected $hydrateFunc = null;