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

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

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