PHP Interface Pinq\Iterators\IOrderedIterator

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Iterators\IWrapperIterator
Show file Open project: timetoogo/pinq

Public Methods

Method Description
thenOrderBy ( callable $function, boolean $isAscending ) : Pinq\Iterators\IOrderedIterator Returns an iterator which will further sort the values according to the supplied function and direction.

Method Details

thenOrderBy() public method

Returns an iterator which will further sort the values according to the supplied function and direction.
public thenOrderBy ( callable $function, boolean $isAscending ) : Pinq\Iterators\IOrderedIterator
$function callable
$isAscending boolean
return Pinq\Iterators\IOrderedIterator