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

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

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