Class HydratingIteratorIterator

Summary

Fully Qualified Name: Zend\Hydrator\Iterator\HydratingIteratorIterator
Extends: IteratorIterator
Implements: HydratingIteratorInterface

Description

Methods

Name Description Defined By
__construct() HydratingIteratorIterator
current() HydratingIteratorIterator
setHydrator() HydratingIteratorIterator
setPrototype() HydratingIteratorIterator

Method Details

__construct()

Parameter Name Type Description
$hydrator \HydratorInterface
$data \Iterator
$prototype string|object Object

Returns:

current()

Returns: object Returns hydrated clone of $prototype

setHydrator()

Parameter Name Type Description
$hydrator

Returns:

setPrototype()

Parameter Name Type Description
$prototype

Returns:

Top