Documentation

IterableResult
in package
implements Iterator

Represents a result structure that can be iterated over, hydrating row-by-row during the iteration. An IterableResult is obtained by AbstractHydrator#iterate().

Tags
deprecated

Table of Contents

Interfaces

Iterator

Properties

$current  : array<string|int, mixed>|null
$hydrator  : AbstractHydrator
$key  : int
$rewinded  : bool

Methods

__construct()  : mixed
current()  : mixed
key()  : int
next()  : array<string|int, mixed>|false
Gets the next set of results.
rewind()  : void
valid()  : bool

Properties

Methods

next()

Gets the next set of results.

public next() : array<string|int, mixed>|false
Return values
array<string|int, mixed>|false

        
On this page

Search results