Allow property extraction / hydration for hydrator

Interface PropertyStrategyInterface

package Zend\Stdlib\Hydrator\NamingStrategy

 Methods

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

extract(string $name) : mixed

Parameters

$name

string

The original name

Returns

mixedThe extracted name

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

hydrate(string $name) : mixed

Parameters

$name

string

The original name

Returns

mixedThe hydrated name