You are here

7 methods override StrategyInterface::extract() in Zircon Profile 8

BooleanStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php
Converts the given value so that it can be extracted by the hydrator.
ClosureStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php
Converts the given value so that it can be extracted by the hydrator.
DateTimeFormatterStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/DateTimeFormatterStrategy.php
Converts to date time string
DefaultStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/DefaultStrategy.php
Converts the given value so that it can be extracted by the hydrator.
ExplodeStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php
Join array elements with delimiter
SerializableStrategy::extract in vendor/zendframework/zend-hydrator/src/Strategy/SerializableStrategy.php
Serialize the given value so that it can be extracted by the hydrator.
StrategyChain::extract in vendor/zendframework/zend-hydrator/src/Strategy/StrategyChain.php
Converts the given value so that it can be extracted by the hydrator.