1856. Function

1856.1. Zend\Stdlib\Hydrator\Strategy\extract

ZendStdlibHydratorStrategyextract()

Converts the given value so that it can be extracted by the hydrator.

Parameters:mixed – The original value.
Return type:mixed Returns the value that should be extracted.

1857. Function

1857.1. Zend\Stdlib\Hydrator\Strategy\hydrate

ZendStdlibHydratorStrategyhydrate()

Converts the given value so that it can be hydrated by the hydrator.

Parameters:mixed – The original value.
Return type:mixed Returns the value that should be hydrated.

Project Versions

Table Of Contents

Previous topic

1855. Class

Next topic

1858. Class

This Page