You are here

public function NamingStrategyEnabledInterface::setNamingStrategy in Zircon Profile 8.0

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

NamingStrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function setNamingStrategy(NamingStrategy\NamingStrategyInterface $strategy);