Pinq\Interfaces\IOrderedRepository::thenByDescending PHP Метод

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

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