public function NamingStrategyEnabledInterface::setNamingStrategy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface::setNamingStrategy()
Adds the given naming strategy
Parameters
NamingStrategy\NamingStrategyInterface $strategy The naming to register.:
Return value
self
1 method overrides NamingStrategyEnabledInterface::setNamingStrategy()
- AbstractHydrator::setNamingStrategy in vendor/
zendframework/ zend-hydrator/ src/ AbstractHydrator.php - Adds the given naming strategy
File
- vendor/
zendframework/ zend-hydrator/ src/ NamingStrategyEnabledInterface.php, line 20
Class
Namespace
Zend\HydratorCode
public function setNamingStrategy(NamingStrategy\NamingStrategyInterface $strategy);