You are here

interface NamingStrategyInterface in Zircon Profile 8

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

Allow property extraction / hydration for hydrator

Hierarchy

Expanded class hierarchy of NamingStrategyInterface

All classes that implement NamingStrategyInterface

Deprecated

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

File

vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php, line 19

Namespace

Zend\Stdlib\Hydrator\NamingStrategy
View source
interface NamingStrategyInterface extends BaseNamingStrategyInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
NamingStrategyInterface::extract public function Converts the given name so that it can be hydrated by the hydrator. 5
NamingStrategyInterface::hydrate public function Converts the given name so that it can be extracted by the hydrator. 5