public function HydrationInterface::hydrate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/HydrationInterface.php \Zend\Hydrator\HydrationInterface::hydrate()
Hydrate $object with the provided $data.
Parameters
array $data:
object $object:
Return value
object
6 methods override HydrationInterface::hydrate()
- AggregateHydrator::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Aggregate/ AggregateHydrator.php - Hydrate $object with the provided $data.
- ArraySerializable::hydrate in vendor/
zendframework/ zend-hydrator/ src/ ArraySerializable.php - Hydrate an object
- ClassMethods::hydrate in vendor/
zendframework/ zend-hydrator/ src/ ClassMethods.php - Hydrate an object by populating getter/setter methods
- DelegatingHydrator::hydrate in vendor/
zendframework/ zend-hydrator/ src/ DelegatingHydrator.php - Hydrate $object with the provided $data.
- ObjectProperty::hydrate in vendor/
zendframework/ zend-hydrator/ src/ ObjectProperty.php - Hydrate an object by populating public properties
File
- vendor/
zendframework/ zend-hydrator/ src/ HydrationInterface.php, line 21
Class
Namespace
Zend\HydratorCode
public function hydrate(array $data, $object);