EmptyResultSet
in package
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.
Interfaces, Classes and Traits
- IteratorAggregate
- Countable
Table of Contents
- count() : mixed
- getIterator() : mixed
- map() : mixed
- splat() : mixed
Methods
count()
public
count() : mixed
Return values
mixed —getIterator()
public
getIterator() : mixed
Return values
mixed —map()
public
map(mixed $callback) : mixed
Parameters
- $callback : mixed
Return values
mixed —splat()
public
splat(mixed $val) : mixed
Parameters
- $val : mixed