You are here

interface HydrationInterface in Zircon Profile 8

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

Hierarchy

Expanded class hierarchy of HydrationInterface

All classes that implement HydrationInterface

Deprecated

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

File

vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php, line 17

Namespace

Zend\Stdlib\Hydrator
View source
interface HydrationInterface extends BaseHydrationInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
HydrationInterface::hydrate public function Hydrate $object with the provided $data. 6