You are here

interface NamingStrategyEnabledInterface in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface
  2. 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php \Zend\Stdlib\Hydrator\NamingStrategyEnabledInterface
Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php \Zend\Stdlib\Hydrator\NamingStrategyEnabledInterface

Hierarchy

Expanded class hierarchy of NamingStrategyEnabledInterface

All classes that implement NamingStrategyEnabledInterface

Deprecated

Use Zend\Hydrator\NamingStrategy\NamingStrategyEnabledInterface from zendframework/zend-hydrator instead.

File

vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php, line 17

Namespace

Zend\Stdlib\Hydrator
View source
interface NamingStrategyEnabledInterface extends BaseNamingStrategyEnabledInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
NamingStrategyEnabledInterface::getNamingStrategy public function Gets the naming strategy. 1
NamingStrategyEnabledInterface::hasNamingStrategy public function Checks if a naming strategy exists. 1
NamingStrategyEnabledInterface::removeNamingStrategy public function Removes the naming with the given name. 1
NamingStrategyEnabledInterface::setNamingStrategy public function Adds the given naming strategy 1