public function StrategyEnabledInterface::hasStrategy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php \Zend\Hydrator\StrategyEnabledInterface::hasStrategy()
Checks if the strategy with the given name exists.
Parameters
string $name The name of the strategy to check for.:
Return value
bool
1 method overrides StrategyEnabledInterface::hasStrategy()
- AbstractHydrator::hasStrategy in vendor/
zendframework/ zend-hydrator/ src/ AbstractHydrator.php - Checks if the strategy with the given name exists.
File
- vendor/
zendframework/ zend-hydrator/ src/ StrategyEnabledInterface.php, line 37
Class
Namespace
Zend\HydratorCode
public function hasStrategy($name);