You are here

public function StrategyEnabledInterface::removeStrategy in Zircon Profile 8.0

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

Removes the strategy with the given name.

Parameters

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

Return value

self

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

File

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

Class

StrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function removeStrategy($name);