You are here

interface HydratorInterface in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-hydrator/src/HydratorInterface.php \Zend\Hydrator\HydratorInterface
  2. 8 vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php \Zend\Stdlib\Hydrator\HydratorInterface
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php \Zend\Stdlib\Hydrator\HydratorInterface

Hierarchy

Expanded class hierarchy of HydratorInterface

All classes that implement HydratorInterface

Deprecated

Use Zend\Hydrator\HydratorInterface from zendframework/zend-hydrator instead.

1 file declares its use of HydratorInterface
AggregateHydrator.php in vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php

File

vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php, line 18

Namespace

Zend\Stdlib\Hydrator
View source
interface HydratorInterface extends BaseHydratorInterface, HydrationInterface, ExtractionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ExtractionInterface::extract public function Extract values from an object 6
HydrationInterface::hydrate public function Hydrate $object with the provided $data. 6