You are here

public function StrategyEnabledInterface::getStrategy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php \Zend\Hydrator\StrategyEnabledInterface::getStrategy()

Gets the strategy with the given name.

Parameters

string $name The name of the strategy to get.:

Return value

Strategy\StrategyInterface

1 method overrides StrategyEnabledInterface::getStrategy()
AbstractHydrator::getStrategy in vendor/zendframework/zend-hydrator/src/AbstractHydrator.php
Gets the strategy with the given name.

File

vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php, line 29

Class

StrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function getStrategy($name);