public function NamingStrategyEnabledInterface::getNamingStrategy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface::getNamingStrategy()
Gets the naming strategy.
Return value
NamingStrategy\NamingStrategyInterface
1 method overrides NamingStrategyEnabledInterface::getNamingStrategy()
- AbstractHydrator::getNamingStrategy in vendor/
zendframework/ zend-hydrator/ src/ AbstractHydrator.php - Gets the naming strategy.
File
- vendor/
zendframework/ zend-hydrator/ src/ NamingStrategyEnabledInterface.php, line 27
Class
Namespace
Zend\HydratorCode
public function getNamingStrategy();