Methods summary
public
|
|
public
|
#
rewind( )
Rewind the iterator. Force execution for future iterations.
Rewind the iterator. Force execution for future iterations.
Implementation of
|
public
|
#
next( )
Move to next row.
Implementation of
|
public
boolean
|
#
valid( )
Check for valid current row.
Check for valid current row.
Returns
boolean
Implementation of
|
public
Neevo\Row
|
#
current( )
Return the current row.
Returns
Implementation of
|
public
integer
|
#
key( )
Return the key of current row.
Return the key of current row.
Returns
integer
Implementation of
|
public
integer
|
#
count( )
Implementation of Countable.
Implementation of Countable.
Returns
integer
Throws
Implementation of
|
public
|
#
seek( integer $offset )
Implementation of SeekableIterator.
Implementation of SeekableIterator.
Parameters
Throws
Implementation of
|