You are here

public function NamingStrategyEnabledInterface::hasNamingStrategy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

NamingStrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function hasNamingStrategy();