You are here

public function NamingStrategyEnabledInterface::removeNamingStrategy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface::removeNamingStrategy()

Removes the naming with the given name.

Return value

self

1 method overrides NamingStrategyEnabledInterface::removeNamingStrategy()
AbstractHydrator::removeNamingStrategy in vendor/zendframework/zend-hydrator/src/AbstractHydrator.php
Removes the naming strategy

File

vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php, line 41

Class

NamingStrategyEnabledInterface

Namespace

Zend\Hydrator

Code

public function removeNamingStrategy();