Interface NamingStrategyEnabledInterface

Summary

Fully Qualified Name: Zend\Hydrator\NamingStrategyEnabledInterface

Description

Methods

Name Description Defined By
getNamingStrategy() Gets the naming strategy. NamingStrategyEnabledInterface
hasNamingStrategy() Checks if a naming strategy exists. NamingStrategyEnabledInterface
removeNamingStrategy() Removes the naming with the given name. NamingStrategyEnabledInterface
setNamingStrategy() Adds the given naming strategy NamingStrategyEnabledInterface

Method Details

getNamingStrategy()

Gets the naming strategy.

Returns: \NamingStrategy\NamingStrategyInterface

hasNamingStrategy()

Checks if a naming strategy exists.

Returns: bool

removeNamingStrategy()

Removes the naming with the given name.

Returns: self

setNamingStrategy()

Adds the given naming strategy

Parameter Name Type Description
$strategy \NamingStrategy\NamingStrategyInterface The

Returns: self

Top