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-hydrator/src/HydratorInterface.php \Zend\Hydrator\HydratorInterface

Hierarchy

Expanded class hierarchy of HydratorInterface

All classes that implement HydratorInterface

6 files declare their use of HydratorInterface
AggregateHydrator.php in vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php
HydratingArrayIterator.php in vendor/zendframework/zend-hydrator/src/Iterator/HydratingArrayIterator.php
HydratingIteratorInterface.php in vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorInterface.php
HydratingIteratorIterator.php in vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorIterator.php
HydratorInterface.php in vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php

... See full list

File

vendor/zendframework/zend-hydrator/src/HydratorInterface.php, line 12

Namespace

Zend\Hydrator
View source
interface HydratorInterface extends 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