public function NamingStrategyEnabledInterface::hasNamingStrategy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface::hasNamingStrategy()
Checks if a naming strategy exists.
Return value
bool
1 method overrides NamingStrategyEnabledInterface::hasNamingStrategy()
- AbstractHydrator::hasNamingStrategy in vendor/
zendframework/ zend-hydrator/ src/ AbstractHydrator.php - Checks if a naming strategy exists.
File
- vendor/
zendframework/ zend-hydrator/ src/ NamingStrategyEnabledInterface.php, line 34
Class
Namespace
Zend\HydratorCode
public function hasNamingStrategy();