interface StrategyEnabledInterface in Zircon Profile 8
Same name in this branch
- 8 vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php \Zend\Hydrator\StrategyEnabledInterface
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php \Zend\Stdlib\Hydrator\StrategyEnabledInterface
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php \Zend\Stdlib\Hydrator\StrategyEnabledInterface
Hierarchy
- interface \Zend\Hydrator\StrategyEnabledInterface
- interface \Zend\Stdlib\Hydrator\StrategyEnabledInterface
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\HydratorView source
interface StrategyEnabledInterface extends BaseStrategyEnabledInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StrategyEnabledInterface:: |
public | function | Adds the given strategy under the given name. | 1 |
StrategyEnabledInterface:: |
public | function | Gets the strategy with the given name. | 1 |
StrategyEnabledInterface:: |
public | function | Checks if the strategy with the given name exists. | 1 |
StrategyEnabledInterface:: |
public | function | Removes the strategy with the given name. | 1 |