You are here

interface StrategyEnabledInterface in Zircon Profile 8.0

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

Hierarchy

Expanded class hierarchy of StrategyEnabledInterface

All classes that implement StrategyEnabledInterface

Deprecated

Use Zend\Hydrator\Strategy\StrategyEnabledInterface from zendframework/zend-hydrator instead.

File

vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php, line 17

Namespace

Zend\Stdlib\Hydrator
View source
interface StrategyEnabledInterface extends BaseStrategyEnabledInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
StrategyEnabledInterface::addStrategy public function Adds the given strategy under the given name. 1
StrategyEnabledInterface::getStrategy public function Gets the strategy with the given name. 1
StrategyEnabledInterface::hasStrategy public function Checks if the strategy with the given name exists. 1
StrategyEnabledInterface::removeStrategy public function Removes the strategy with the given name. 1