Fully Qualified Name: | Laminas\Hydrator\HydrationInterface |
Name | Description | Defined By |
---|---|---|
hydrate() | Hydrate $object with the provided $data. | HydrationInterface |
Hydrate $object with the provided $data.
Parameter Name | Type | Description |
---|---|---|
$data | array | |
$object |
Returns: object The implementation should return an object of any type. By purposely omitting the return type from the signature, implementations may choose to specify a more specific type.