__construct()
extract()
hydrate()
$extractFunc
$hydrateFunc
__construct(\Zend\Stdlib\Hydrator\Strategy\callable $extractFunc, \Zend\Stdlib\Hydrator\Strategy\callable $hydrateFunc)
\Zend\Stdlib\Hydrator\Strategy\callable\Zend\Stdlib\Hydrator\Strategy\callableextract(mixed $value) : mixed
mixedThe original value.
mixedReturns the value that should be extracted.hydrate(mixed $value) : mixed
mixedThe original value.
mixedReturns the value that should be hydrated.$extractFunc : \Zend\Stdlib\Hydrator\Strategy\callable
$hydrateFunc : \Zend\Stdlib\Hydrator\Strategy\callable