Class \Prado\Collections\TPagedListIterator
TPagedListIterator class
TPagedListIterator implements \Iterator interface.
TPagedListIterator is used by TPagedDataSource. It allows TPagedDataSource to return a new iterator for traversing the items in a TList object.
Class hierarchy
- \Prado\Collections\TPagedListIterator implements Iterator
Since: 3.0
public
|
|
public
|
current() : mixed
Returns the current array item.
This method is required by the interface Iterator. |
public
|
key() : int
Returns the key of the current array item.
This method is required by the interface Iterator. |
public
|
next() : void
Moves the internal pointer to the next array item.
This method is required by the interface Iterator. |
public
|
|
public
|
valid() : bool
Returns whether there is an item at current position.
This method is required by the interface Iterator. |
|