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

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

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

Метод Описание
thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}
thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}
thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedCollection {@inheritDoc}

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

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

{@inheritDoc}
public thenBy ( callable $function, $direction ) : Pinq\Interfaces\IOrderedCollection
$function callable
Результат Pinq\Interfaces\IOrderedCollection

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

{@inheritDoc}
public thenByAscending ( callable $function ) : Pinq\Interfaces\IOrderedCollection
$function callable
Результат Pinq\Interfaces\IOrderedCollection

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

{@inheritDoc}
public thenByDescending ( callable $function ) : Pinq\Interfaces\IOrderedCollection
$function callable
Результат Pinq\Interfaces\IOrderedCollection