You are here

interface StrategyInterface in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php \Zend\Hydrator\Strategy\StrategyInterface
  2. 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php \Zend\Stdlib\Hydrator\Strategy\StrategyInterface
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php \Zend\Stdlib\Hydrator\Strategy\StrategyInterface

Hierarchy

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\Strategy
View source
interface StrategyInterface extends BaseStrategyInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
StrategyInterface::extract public function Converts the given value so that it can be extracted by the hydrator. 7
StrategyInterface::hydrate public function Converts the given value so that it can be hydrated by the hydrator. 7