PHP Интерфейс Pinq\Iterators\IWrapperIterator

Автор: Elliot Levin ([email protected])
Наследование: extends Traversable, extends Pinq\Iterators\IIterator
Показать файл Открыть проект

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

Метод Описание
getSourceIterator ( ) : Traversable Returns the inner iterator.
updateSourceIterator ( Traversable $sourceIterator ) : static Returns a new instance of the iterator with the supplied source iterator.

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

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

Returns the inner iterator.
public getSourceIterator ( ) : Traversable
Результат Traversable

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

Returns a new instance of the iterator with the supplied source iterator.
public updateSourceIterator ( Traversable $sourceIterator ) : static
$sourceIterator Traversable
Результат static