Fully Qualified Name: | Laminas\Hydrator\NamingStrategy\NamingStrategyInterface |
Allow property extraction / hydration for hydrator
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 |
Converts the given name so that it can be hydrated by the hydrator.
Parameter Name | Type | Description |
---|---|---|
$object | null|object | The |
$name |
Returns:
Converts the given name so that it can be extracted by the hydrator.
Parameter Name | Type | Description |
---|---|---|
$data | null|array | The |
$name |
Returns: