You are here

6 methods override HydrationInterface::hydrate() in Zircon Profile 8

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
Reflection::hydrate in vendor/zendframework/zend-hydrator/src/Reflection.php
Hydrate $object with the provided $data.