IterableResult
public class IterableResult
Constructor Summary | |
---|---|
IterableResult(Doctrine\ORM\Internal\Hydration\AbstractHydrator hydrator) |
Method Summary | |
---|---|
mixed | current() |
int | key() |
array | next() Gets the next set of results. |
void | rewind() |
bool | valid() |
public IterableResult(Doctrine\ORM\Internal\Hydration\AbstractHydrator hydrator)
public mixed current()
public int key()
public array next()
Gets the next set of results.
public void rewind()
public bool valid()
Represents a result structure that can be iterated over, hydrating row-by-row during the iteration. An IterableResult is obtained by AbstractHydrator#iterate().