interface NamingStrategyEnabledInterface in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php \Zend\Hydrator\NamingStrategyEnabledInterface
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php \Zend\Stdlib\Hydrator\NamingStrategyEnabledInterface
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php \Zend\Stdlib\Hydrator\NamingStrategyEnabledInterface
Hierarchy
- interface \Zend\Hydrator\NamingStrategyEnabledInterface
- interface \Zend\Stdlib\Hydrator\NamingStrategyEnabledInterface
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\HydratorView source
interface NamingStrategyEnabledInterface extends BaseNamingStrategyEnabledInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NamingStrategyEnabledInterface:: |
public | function | Gets the naming strategy. | 1 |
NamingStrategyEnabledInterface:: |
public | function | Checks if a naming strategy exists. | 1 |
NamingStrategyEnabledInterface:: |
public | function | Removes the naming with the given name. | 1 |
NamingStrategyEnabledInterface:: |
public | function | Adds the given naming strategy | 1 |