PHP Class Pinq\Iterators\Generators\OrderedIterator

Author: Elliot Levin ([email protected])
Inheritance: extends LazyGenerator, implements Pinq\Iterators\IOrderedIterator, use trait Pinq\Iterators\Common\OrderedIterator
Afficher le fichier Open project: timetoogo/pinq

Méthodes publiques

Méthode Description
__construct ( Pinq\Iterators\Generators\IGenerator $iterator, callable $orderByFunction, $isAscending )

Méthodes protégées

Méthode Description
initializeGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )

Method Details

__construct() public méthode

public __construct ( Pinq\Iterators\Generators\IGenerator $iterator, callable $orderByFunction, $isAscending )
$iterator Pinq\Iterators\Generators\IGenerator
$orderByFunction callable

initializeGenerator() protected méthode

protected initializeGenerator ( Pinq\Iterators\Generators\IGenerator $iterator )
$iterator Pinq\Iterators\Generators\IGenerator