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

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

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