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