1851. Class

1851.1. Zend\Stdlib\Hydrator\Strategy\DefaultStrategy

1851.1.1. Methods

1851.1.1.1. extract

extract()

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.

1851.1.1.2. hydrate

hydrate()

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

1850. Class

Next topic

1852. Class

This Page