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-stdlib/src/Hydrator/HydratorInterface.php \Zend\Stdlib\Hydrator\HydratorInterface
Hierarchy
- interface \Zend\Hydrator\HydratorInterface; interface \Zend\Stdlib\Hydrator\HydrationInterface; interface \Zend\Stdlib\Extractor\ExtractionInterface
- interface \Zend\Stdlib\Hydrator\HydratorInterface
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\HydratorView source
interface HydratorInterface extends BaseHydratorInterface, 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 |