interface StrategyInterface in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php \Zend\Hydrator\Strategy\StrategyInterface
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php \Zend\Stdlib\Hydrator\Strategy\StrategyInterface
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php \Zend\Stdlib\Hydrator\Strategy\StrategyInterface
Hierarchy
- interface \Zend\Hydrator\Strategy\StrategyInterface
- interface \Zend\Stdlib\Hydrator\Strategy\StrategyInterface
Expanded class hierarchy of StrategyInterface
All classes that implement StrategyInterface
Deprecated
Use Zend\Hydrator\Strategy\StrategyInterface from zendframework/zend-hydrator instead.
File
- vendor/
zendframework/ zend-stdlib/ src/ Hydrator/ Strategy/ StrategyInterface.php, line 17
Namespace
Zend\Stdlib\Hydrator\StrategyView source
interface StrategyInterface extends BaseStrategyInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StrategyInterface:: |
public | function | Converts the given value so that it can be extracted by the hydrator. | 7 |
StrategyInterface:: |
public | function | Converts the given value so that it can be hydrated by the hydrator. | 7 |