interface HydratorAwareInterface in Zircon Profile 8
Same name in this branch
- 8 vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php \Zend\Hydrator\HydratorAwareInterface
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php \Zend\Stdlib\Hydrator\HydratorAwareInterface
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php \Zend\Hydrator\HydratorAwareInterface
Hierarchy
- interface \Zend\Hydrator\HydratorAwareInterface
Expanded class hierarchy of HydratorAwareInterface
All classes that implement HydratorAwareInterface
1 file declares its use of HydratorAwareInterface
- HydratorAwareInterface.php in vendor/
zendframework/ zend-stdlib/ src/ Hydrator/ HydratorAwareInterface.php
File
- vendor/
zendframework/ zend-hydrator/ src/ HydratorAwareInterface.php, line 12
Namespace
Zend\HydratorView source
interface HydratorAwareInterface {
/**
* Set hydrator
*
* @param HydratorInterface $hydrator
* @return HydratorAwareInterface
*/
public function setHydrator(HydratorInterface $hydrator);
/**
* Retrieve hydrator
*
* @return HydratorInterface
*/
public function getHydrator();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HydratorAwareInterface:: |
public | function | Retrieve hydrator | |
HydratorAwareInterface:: |
public | function | Set hydrator |