Class \Prado\Collections\TPagedMapIterator
TPagedMapIterator class
TPagedMapIterator implements \Iterator interface.
TPagedMapIterator is used by TPagedDataSource. It allows TPagedDataSource to return a new iterator for traversing the items in a TMap object.
Class hierarchy
- \Prado\Collections\TPagedMapIterator 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. |
|