interface HydratorInterface in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-hydrator/src/HydratorInterface.php \Zend\Hydrator\HydratorInterface
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php \Zend\Stdlib\Hydrator\HydratorInterface
Same name and namespace in other branches
- 8 vendor/zendframework/zend-hydrator/src/HydratorInterface.php \Zend\Hydrator\HydratorInterface
Hierarchy
- interface \Zend\Hydrator\HydrationInterface; interface \Zend\Hydrator\ExtractionInterface
- interface \Zend\Hydrator\HydratorInterface
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
File
- vendor/
zendframework/ zend-hydrator/ src/ HydratorInterface.php, line 12
Namespace
Zend\HydratorView source
interface HydratorInterface extends HydrationInterface, ExtractionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExtractionInterface:: |
public | function | Extract values from an object | 6 |
HydrationInterface:: |
public | function | Hydrate $object with the provided $data. | 6 |