Interface NamingStrategyEnabledInterface

Summary

Fully Qualified Name: Laminas\Hydrator\NamingStrategy\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:

hasNamingStrategy()

Checks if a naming strategy exists.

Returns:

removeNamingStrategy()

Removes the naming with the given name.

Returns:

setNamingStrategy()

Adds the given naming strategy

Parameter Name Type Description
$strategy

Returns:

Top