You are here

public function NamingStrategyEnabledInterface::getNamingStrategy in Zircon Profile 8.0

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

NamingStrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function getNamingStrategy();