Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\Iterators\ChunkedIterator Class Reference
Inheritance diagram for SMW\Iterators\ChunkedIterator:
Inheritance graph
[legend]
Collaboration diagram for SMW\Iterators\ChunkedIterator:
Collaboration graph
[legend]

Public Member Functions

 __construct ( $iterable, $chunkSize=500)
 
 rewind ()
 
 next ()
 
 current ()
 
 valid ()
 

Detailed Description

See also
Guzzle::ChunkedIterator

GNU GPL v2+

Since
3.0

Constructor & Destructor Documentation

◆ __construct()

SMW\Iterators\ChunkedIterator::__construct (   $iterable,
  $chunkSize = 500 
)
Since
3.0
Parameters
Traversable | array$iterator
integer$chunkSize

Member Function Documentation

◆ current()

SMW\Iterators\ChunkedIterator::current ( )
Since
3.0

◆ next()

SMW\Iterators\ChunkedIterator::next ( )
Since
3.0

◆ rewind()

SMW\Iterators\ChunkedIterator::rewind ( )
Since
3.0

◆ valid()

SMW\Iterators\ChunkedIterator::valid ( )
Since
3.0

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy