class EmptyResultSet implements IteratorAggregate, Countable

Defines a fully empty result set that can still be iterated over and provide the same callbacks as a standard result set, though they don't return anything.

Methods

splat($val)

No description

map($callback)

No description

getIterator()

No description

count()

No description

Details

at line 14
splat($val)

Parameters

$val

at line 19
map($callback)

Parameters

$callback

at line 24
getIterator()

at line 29
count()