LimitIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7)

LimitIterator::getInnerIteratorGet inner iterator

Opis

public LimitIterator::getInnerIterator ( void ) : Iterator

Gets the inner Iterator.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The inner iterator passed to LimitIterator::__construct().

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top