PHP Интерфейс Pinq\Interfaces\IOrderedTraversable

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

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

Метод Описание
thenBy ( callable $function, integer $direction ) : Pinq\Interfaces\IOrderedTraversable Subsequently orders the results using the supplied function according to the supplied direction
thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedTraversable Subsequently orders the results using the supplied function ascendingly
thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedTraversable Subsequently orders the results using the supplied function descendingly

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

thenBy() публичный метод

Subsequently orders the results using the supplied function according to the supplied direction
public thenBy ( callable $function, integer $direction ) : Pinq\Interfaces\IOrderedTraversable
$function callable
$direction integer
Результат Pinq\Interfaces\IOrderedTraversable

thenByAscending() публичный метод

Subsequently orders the results using the supplied function ascendingly
public thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedTraversable
$function callable
Результат Pinq\Interfaces\IOrderedTraversable

thenByDescending() публичный метод

Subsequently orders the results using the supplied function descendingly
public thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedTraversable
$function callable
Результат Pinq\Interfaces\IOrderedTraversable