Fully Qualified Name: | Zend\Hydrator\NamingStrategyEnabledInterface |
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 |
Gets the naming strategy.
Returns: \NamingStrategy\NamingStrategyInterface
Checks if a naming strategy exists.
Returns: bool
Removes the naming with the given name.
Returns: self
Adds the given naming strategy
Parameter Name | Type | Description |
---|---|---|
$strategy | \NamingStrategy\NamingStrategyInterface | The |
Returns: self