Interface NamingStrategyInterface

Summary

Fully Qualified Name: Laminas\Hydrator\NamingStrategy\NamingStrategyInterface

Description

Allow property extraction / hydration for hydrator

Methods

Name Description Defined By
extract() Converts the given name so that it can be hydrated by the hydrator. NamingStrategyInterface
hydrate() Converts the given name so that it can be extracted by the hydrator. NamingStrategyInterface

Method Details

extract()

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

Parameter Name Type Description
$object null|object The
$name

Returns:

hydrate()

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

Parameter Name Type Description
$data null|array The
$name

Returns:

Top