PHP Класс Prado\Collections\TPagedMapIterator

TPagedMapIterator implements \Iterator interface. TPagedMapIterator is used by {@link TPagedDataSource}. It allows TPagedDataSource to return a new iterator for traversing the items in a {@link TMap} object.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: implements Iterator
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( TMap $map, $startIndex, $count ) Constructor.
current ( ) : mixed Returns the current array item.
key ( ) : integer Returns the key of the current array item.
next ( ) Moves the internal pointer to the next array item.
rewind ( ) Rewinds internal array pointer.
valid ( ) : boolean Returns whether there is an item at current position.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( TMap $map, $startIndex, $count )
$map TMap

current() публичный Метод

This method is required by the interface Iterator.
public current ( ) : mixed
Результат mixed the current array item

key() публичный Метод

This method is required by the interface Iterator.
public key ( ) : integer
Результат integer the key of the current array item

next() публичный Метод

This method is required by the interface Iterator.
public next ( )

rewind() публичный Метод

This method is required by the interface Iterator.
public rewind ( )

valid() публичный Метод

This method is required by the interface Iterator.
public valid ( ) : boolean
Результат boolean