7 methods override StrategyInterface::hydrate() in Zircon Profile 8.0
- BooleanStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ BooleanStrategy.php - Converts the given value so that it can be hydrated by the hydrator.
- ClosureStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ ClosureStrategy.php - Converts the given value so that it can be hydrated by the hydrator.
- DateTimeFormatterStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ DateTimeFormatterStrategy.php - Converts date time string to DateTime instance for injecting to object
- DefaultStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ DefaultStrategy.php - Converts the given value so that it can be hydrated by the hydrator.
- ExplodeStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ ExplodeStrategy.php - Split a string by delimiter
- SerializableStrategy::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ SerializableStrategy.php - Unserialize the given value so that it can be hydrated by the hydrator.
- StrategyChain::hydrate in vendor/
zendframework/ zend-hydrator/ src/ Strategy/ StrategyChain.php - Converts the given value so that it can be hydrated by the hydrator.